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

Constructor Index

 o BlinkThread()

Method Index

 o addBlinker(Blinker)
 o removeAllBlinkers()
Remove all Blinkers from our list of Blinkers, and stop the blink thread.
 o removeBlinker(Blinker)
Remove a Blinker from our list of Blinkers.

Constructors

 o BlinkThread
 public BlinkThread()

Methods

 o addBlinker
 public static synchronized void addBlinker(Blinker blinker)
 o removeBlinker
 public static synchronized void removeBlinker(Blinker blinker)
Remove a Blinker from our list of Blinkers.

Parameters:
blinker - Blinker to remove.
 o 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