net.lucidviews.util.gui.event
Interface MouseActivityListener


public interface MouseActivityListener

Interface used to listen to a MouseActivityNotifier.

Since:
1.0
Version:
$Revision: 1.3 $
Author:
Stephen Battey

Method Summary
 void mouseNowActive(MouseEvent mouseEvent)
          Notifies the listener that mouse activity has started.
 void mouseNowInactive()
          Notifies the listener that mouse activity has stopped.
 

Method Detail

mouseNowActive

void mouseNowActive(MouseEvent mouseEvent)
Notifies the listener that mouse activity has started.

Parameters:
mouseEvent - the mouse event received that indicates the user is moving the mouse

mouseNowInactive

void mouseNowInactive()
Notifies the listener that mouse activity has stopped.