com.ibm.eNetwork.beans.HOD.event
Interface ScreenListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
MacroManager

public interface ScreenListener
extends java.util.EventListener

Listener interface which must be implemented to receive ScreenEvents.


Method Summary
 void boxSelected(ScreenEvent evt)
          Invoked when a cut/paste box is marked, resized or moved on the Screen Bean.
 void boxUnSelected(ScreenEvent evt)
          Invoked when a cut/paste box is unmarked on the Screen Bean.
 void URLSelected(ScreenEvent evt)
          Invoked when a user double clicks on a URL string displayed on the Screen Bean.
 

Method Detail

boxSelected

public void boxSelected(ScreenEvent evt)
Invoked when a cut/paste box is marked, resized or moved on the Screen Bean.

boxUnSelected

public void boxUnSelected(ScreenEvent evt)
Invoked when a cut/paste box is unmarked on the Screen Bean.

URLSelected

public void URLSelected(ScreenEvent evt)
Invoked when a user double clicks on a URL string displayed on the Screen Bean.