Package com.cosylab.vdct.events
Class EventManager
- java.lang.Object
-
- com.cosylab.vdct.events.EventManager
-
- Direct Known Subclasses:
KeyEventManager
,MouseEventManager
public abstract class EventManager extends Object
Insert the type's description here. Creation date: (18.12.2000 15:26:40)- Author:
- Matej Sekoranja
-
-
Field Summary
Fields Modifier and Type Field Description protected Hashtable
subscriber
-
Constructor Summary
Constructors Modifier Constructor Description protected
EventManager()
CommandManager constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Insert the method's description here.Hashtable
getSubscriber()
Insert the method's description here.void
registerSubscriber(String id, Object newSubscriber)
Insert the method's description here.void
unregisterSubscriber(String id, Object newSubscriber)
Insert the method's description here.
-
-
-
Field Detail
-
subscriber
protected Hashtable subscriber
-
-
Method Detail
-
clear
public void clear()
Insert the method's description here. Creation date: (18.12.2000 15:32:53)
-
getSubscriber
public Hashtable getSubscriber()
Insert the method's description here. Creation date: (18.12.2000 16:31:58)- Returns:
- java.util.Hashtable
-
registerSubscriber
public void registerSubscriber(String id, Object newSubscriber)
Insert the method's description here. Creation date: (18.12.2000 16:12:53)- Parameters:
id
- java.lang.StringnewSubscriber
- java.lang.Object
-
-