All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

See Also:
Macro, MacroTickTockEvent

Method Index

 o macroTickTockEvent(MacroTickTockEvent)
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.

Methods

 o macroTickTockEvent
 public abstract 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.


All Packages  Class Hierarchy  This Package  Previous  Next  Index