Package net.lucidviews.util.gui.event

Classes that notify, listen or process user interface events.

See:
          Description

Interface Summary
IsolatedKeyEventListener Interface used to listen to an IsolatedKeyEventProcessor.
MouseActivityListener Interface used to listen to a MouseActivityNotifier.
 

Class Summary
IsolatedKeyEventProcessor Listens for key events and isolates a single key press.
IsolatedKeyEventProcessor.IsolationThread  
MouseActivityNotifier Listens for mouse events and sends notification when the user is using or has stopped using the mouse.
MouseActivityNotifier.InactiveNotificationThread  
 

Package net.lucidviews.util.gui.event Description

Classes that notify, listen or process user interface events.