|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.davic.net.ca.CAEvent
org.davic.net.ca.ModuleRemovedEvent
This event informs that a CA module has been removed.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ModuleRemovedEvent(int slotNumber,
java.lang.Object caModuleManager)
Constructor for the event |
Method Summary | |
int |
getSlotNumber()
Returns the slot number of the slot where the module was removed from |
java.lang.Object |
getSource()
Returns the CAModuleManager that is the source of the event |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ModuleRemovedEvent(int slotNumber, java.lang.Object caModuleManager)
slotNumber
- the slot numbercaModuleManager
- the CAModuleManager object
that is the source of the eventMethod Detail |
public int getSlotNumber()
public java.lang.Object getSource()
getSource
in class CAEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |