All Packages Class Hierarchy This Package Previous Next Index
Class com.sgi.sysadm.ui.BlinkThread
java.lang.Object
|
+----com.sgi.sysadm.ui.BlinkThread
- public class BlinkThread
- extends Object
-
BlinkThread()
-
-
addBlinker(Blinker)
-
-
removeAllBlinkers()
- Remove all Blinkers from our list of Blinkers, and stop the
blink thread.
-
removeBlinker(Blinker)
- Remove a Blinker from our list of Blinkers.
BlinkThread
public BlinkThread()
addBlinker
public static synchronized void addBlinker(Blinker blinker)
removeBlinker
public static synchronized void removeBlinker(Blinker blinker)
- Remove a Blinker from our list of Blinkers.
- Parameters:
- blinker - Blinker to remove.
removeAllBlinkers
public static synchronized void removeAllBlinkers()
- Remove all Blinkers from our list of Blinkers, and stop the
blink thread.
All Packages Class Hierarchy This Package Previous Next Index