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

All Superinterfaces:
java.util.EventListener

public interface MacroTickTockListener
extends java.util.EventListener

MacroTickTockListener is an interface that contains the callback method for macro screen wait timer ticks.

See Also:
Macro, MacroTickTockEvent

Method Summary
 void macroTickTockEvent(MacroTickTockEvent e)
          Called every second during a screen boundary wait so that the listener may update any feedback mechanism showing the time status for the screen wait.
 

Method Detail

macroTickTockEvent

public void macroTickTockEvent(MacroTickTockEvent e)
Called every second during a screen boundary wait so that the listener may update any feedback mechanism showing the time status for the screen wait.