rero.ident
Class IdentDaemon
java.lang.Object
rero.ident.IdentDaemon
- All Implemented Interfaces:
- ClientStateListener, Runnable
- public class IdentDaemon
- extends Object
- implements Runnable, ClientStateListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listeners
protected LinkedList listeners
IdentDaemon
public IdentDaemon()
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