Uses of Interface
net.lucidviews.util.gui.event.IsolatedKeyEventListener

Packages that use IsolatedKeyEventListener
net.lucidviews.util.gui.event Classes that notify, listen or process user interface events. 
 

Uses of IsolatedKeyEventListener in net.lucidviews.util.gui.event
 

Methods in net.lucidviews.util.gui.event with parameters of type IsolatedKeyEventListener
 void IsolatedKeyEventProcessor.addIsolatedKeyEventListener(IsolatedKeyEventListener listener)
          Register a listener that wants to be notified of isolated key press events.
 void IsolatedKeyEventProcessor.removeIsolatedKeyEventListener(IsolatedKeyEventListener listener)
          Un-register a listener that does not want to be notified of isolated key press events.