rero.ident
Class IdentDaemon

java.lang.Object
  extended byrero.ident.IdentDaemon
All Implemented Interfaces:
ClientStateListener, Runnable

public class IdentDaemon
extends Object
implements Runnable, ClientStateListener


Field Summary
protected  LinkedList listeners
           
 
Constructor Summary
IdentDaemon()
           
 
Method Summary
 void addIdentListener(IdentListener l)
           
 void close()
           
 void fireEvent(String host, String text)
           
static IdentDaemon getIdentDaemon()
           
static void initialize()
           
 void propertyChanged(String key, String value)
          when the property gets changed you will be notified!
 void run()
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listeners

protected LinkedList listeners
Constructor Detail

IdentDaemon

public IdentDaemon()
Method Detail

addIdentListener

public void addIdentListener(IdentListener l)

fireEvent

public void fireEvent(String host,
                      String text)

initialize

public static void initialize()

getIdentDaemon

public static IdentDaemon getIdentDaemon()

propertyChanged

public void propertyChanged(String key,
                            String value)
Description copied from interface: ClientStateListener
when the property gets changed you will be notified!

Specified by:
propertyChanged in interface ClientStateListener

setup

public void setup()

close

public void close()

run

public void run()
Specified by:
run in interface Runnable