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
-
blinkOff()
- Called when the icon should blink off
-
blinkOn()
- Called when the icon should blink on
blinkOn
public abstract void blinkOn()
- Called when the icon should blink on
blinkOff
public abstract void blinkOff()
- Called when the icon should blink off
All Packages Class Hierarchy This Package Previous Next Index