All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sgi.sysadm.ui.Blinker

public interface Blinker
An interface for classes using the BlinkTread. These are the callback methods.

See Also:
BlinkThread

Method Index

 o blinkOff()
Called when the icon should blink off
 o blinkOn()
Called when the icon should blink on

Methods

 o blinkOn
 public abstract void blinkOn()
Called when the icon should blink on

 o blinkOff
 public abstract void blinkOff()
Called when the icon should blink off


All Packages  Class Hierarchy  This Package  Previous  Next  Index