JavaScript is disabled on your browser.
Skip navigation links
JEB API Documentation
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.pnfsoftware.jeb.util.serialization
Interface IDeserializationEventHandler
public interface
IDeserializationEventHandler
Interface for receivers of deserialization events.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
notifyObjectCreated
(
Class
<?> c,
Object
o)
Method Details
notifyObjectCreated
void
notifyObjectCreated
(
Class
<?> c,
Object
o)
Parameters:
c
-
o
-