JGAP

org.jgap.distr
Class WorkerListener

java.lang.Object
  extended by org.jgap.distr.WorkerListener

public abstract class WorkerListener
extends java.lang.Object

Represents a listener for requests from workers to the master.

Since:
2.4

Constructor Summary
WorkerListener()
           
 
Method Summary
abstract  void listen()
          Listens to a request.
abstract  void stop()
          Stops the listener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkerListener

public WorkerListener()
Method Detail

listen

public abstract void listen()
                     throws java.io.IOException
Listens to a request.

Throws:
java.io.IOException
Since:
2.4

stop

public abstract void stop()
Stops the listener.

Since:
2.4

JGAP