spoke.signal.parole
Class Preaccentuation

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

public class Preaccentuation
extends Module

See Also:
Serialized Form

Field Summary
 
Fields inherited from class spoke.connection.Module
connector, stopped
 
Constructor Summary
Preaccentuation()
           
 
Method Summary
 boolean getDesactive()
           
 int getDyades()
           
 void init()
           
 void open()
           
 void run()
           
 void setDesactive(boolean desactive)
           
 void setDyades(int dyades)
           
 
Methods inherited from class spoke.connection.Module
addConnectionListener, close, connect, connection, disconnect, removeConnectionListener, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preaccentuation

public Preaccentuation()
Method Detail

run

public void run()

init

public void init()

open

public void open()
Specified by:
open in interface Connectable
Overrides:
open in class Module

setDyades

public void setDyades(int dyades)

getDyades

public int getDyades()

setDesactive

public void setDesactive(boolean desactive)

getDesactive

public boolean getDesactive()