org.joone.engine
Class NetStoppedEventNotifier

java.lang.Object
  extended by org.joone.engine.AbstractEventNotifier
      extended by org.joone.engine.NetStoppedEventNotifier
All Implemented Interfaces:
java.lang.Runnable

public class NetStoppedEventNotifier
extends AbstractEventNotifier

Raises the netStopped event from within a separate Thread

Author:
root

Field Summary
 
Fields inherited from class org.joone.engine.AbstractEventNotifier
monitor
 
Constructor Summary
NetStoppedEventNotifier(Monitor mon)
          Creates a new instance of netStoppedEventNotifier
 
Method Summary
 void run()
          Raises the netStopped event
 
Methods inherited from class org.joone.engine.AbstractEventNotifier
start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetStoppedEventNotifier

public NetStoppedEventNotifier(Monitor mon)
Creates a new instance of netStoppedEventNotifier

Method Detail

run

public void run()
Raises the netStopped event

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class AbstractEventNotifier


Submit Feedback to pmarrone@users.sourceforge.net