|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.events.EventManager
public abstract class EventManager
Insert the type's description here. Creation date: (18.12.2000 15:26:40)
Field Summary | |
---|---|
protected java.util.Hashtable |
subscriber
|
Constructor Summary | |
---|---|
protected |
EventManager()
CommandManager constructor comment. |
Method Summary | |
---|---|
void |
clear()
Insert the method's description here. |
java.util.Hashtable |
getSubscriber()
Insert the method's description here. |
void |
registerSubscriber(java.lang.String id,
java.lang.Object newSubscriber)
Insert the method's description here. |
void |
unregisterSubscriber(java.lang.String id,
java.lang.Object newSubscriber)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Hashtable subscriber
Constructor Detail |
---|
protected EventManager()
Method Detail |
---|
public void clear()
public java.util.Hashtable getSubscriber()
public void registerSubscriber(java.lang.String id, java.lang.Object newSubscriber)
id
- java.lang.Stringsubscriber
- java.lang.Objectpublic void unregisterSubscriber(java.lang.String id, java.lang.Object newSubscriber)
id
- java.lang.Stringsubscriber
- java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |