|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RegistrationInterface
This interface is implemeneted by main class which makes all necessary connections for group level registration listeners This is mainly used as a clean interface for testing. Example: class_ = Class.forName(classname); Here we are not aware of the class which is going to be instantiated, so we are class casting to this Interface sampleMib = (RegistrationInterface)class_.newInstance();
| Method Summary | |
|---|---|
void |
addRegistrationListener(RegistrationListener l)
This method adds the registener listener. |
void |
removeRegistrationListener(RegistrationListener l)
This method removes the registener listener. |
| Method Detail |
|---|
void addRegistrationListener(RegistrationListener l)
l - The Registration Listener to add.void removeRegistrationListener(RegistrationListener l)
l - The Registration Listener to be Removed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||