|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TrapRegistrationInterface
This interface is implemeneted by main class which makes all necessary connections for group level TrapGenerationlisteners 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 |
addTrapGenListener(TrapGenListener l)
This method adds the TrapGenerator listener. |
void |
removeTrapGenListener(TrapGenListener l)
This method removes the TrapGenerator listener. |
| Method Detail |
|---|
void addTrapGenListener(TrapGenListener l)
l - The TrapGen Listener to add.void removeTrapGenListener(TrapGenListener l)
l - The TrapGen Listener to be Removed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||