|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InitClassInterface
This interface can be implemented by classes which have been registered as pre/post-initialisation classes. If this interface is used then the object which has been/is being intialised will be passed to it via the setAssociatedObject method.
Method Summary | |
---|---|
void |
invoke(Object obj)
This method is called and passed the object which is associated with this pre/post-initialisation routine. |
Method Detail |
---|
void invoke(Object obj)
obj
- The object which has or is being initialised.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |