Package com.cosylab.vdct.events
Class KeyEventManager
- java.lang.Object
-
- com.cosylab.vdct.events.EventManager
-
- com.cosylab.vdct.events.KeyEventManager
-
public class KeyEventManager extends EventManager
Insert the type's description here. Creation date: (18.12.2000 16:23:24)- Author:
- Matej Sekoranja
-
-
Field Summary
Fields Modifier and Type Field Description protected static KeyEventManager
instance
-
Fields inherited from class com.cosylab.vdct.events.EventManager
subscriber
-
-
Constructor Summary
Constructors Constructor Description KeyEventManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeyEventManager
getInstance()
Insert the method's description here.void
registerSubscriber(String id, JComponent component)
Insert the method's description here.void
subscribe(String subscriberID, KeyListener listener)
Insert the method's description here.void
unregisterSubscriber(String id, JComponent component)
Insert the method's description here.void
unsubscribe(String subscriberID, KeyListener listener)
Insert the method's description here.-
Methods inherited from class com.cosylab.vdct.events.EventManager
clear, getSubscriber, registerSubscriber, unregisterSubscriber
-
-
-
-
Field Detail
-
instance
protected static KeyEventManager instance
-
-
Method Detail
-
getInstance
public static KeyEventManager getInstance()
Insert the method's description here. Creation date: (18.12.2000 15:30:35)- Returns:
- com.cosylab.vdct.events.KeyEventManager
-
registerSubscriber
public void registerSubscriber(String id, JComponent component)
Insert the method's description here. Creation date: (18.12.2000 16:12:53)- Parameters:
id
- java.lang.Stringcomponent
- javax.swing.JComponent
-
subscribe
public void subscribe(String subscriberID, KeyListener listener)
Insert the method's description here. Creation date: (18.12.2000 16:25:04)- Parameters:
subscriberID
- java.lang.Stringlistener
- java.awt.KeyListener
-
unregisterSubscriber
public void unregisterSubscriber(String id, JComponent component)
Insert the method's description here. Creation date: (18.12.2000 16:12:53)- Parameters:
id
- java.lang.Stringcomponent
- javax.swing.JComponent
-
unsubscribe
public void unsubscribe(String subscriberID, KeyListener listener)
Insert the method's description here. Creation date: (18.12.2000 16:25:04)- Parameters:
subscriberID
- java.lang.Stringlistener
- java.awt.KeyListener
-
-