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 Hashtablesubscriber
-
Constructor Summary
Constructors Modifier Constructor Description protectedEventManager()CommandManager constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Insert the method's description here.HashtablegetSubscriber()Insert the method's description here.voidregisterSubscriber(String id, Object newSubscriber)Insert the method's description here.voidunregisterSubscriber(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
-
-