spoke.signal.util
Class Repeteur

java.lang.Object
  extended by spoke.connection.Module
      extended by spoke.signal.Module
          extended by spoke.signal.util.Repeteur
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable, Connectable

public class Repeteur
extends Module

See Also:
Serialized Form

Field Summary
 
Fields inherited from class spoke.connection.Module
connector, stopped
 
Constructor Summary
Repeteur()
           
 
Method Summary
 int getVoie()
           
 void run()
           
 void setVoie(int voie)
           
 
Methods inherited from class spoke.connection.Module
addConnectionListener, close, connect, connection, disconnect, open, removeConnectionListener, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Repeteur

public Repeteur()
Method Detail

run

public void run()

setVoie

public void setVoie(int voie)

getVoie

public int getVoie()