spoke.signal.ondelette
Class Resume

java.lang.Object
  extended by spoke.connection.Module
      extended by spoke.signal.Module
          extended by spoke.signal.ondelette.Ondelette
              extended by spoke.signal.ondelette.Resume
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable, Connectable

public class Resume
extends Ondelette

See Also:
Serialized Form

Field Summary
 
Fields inherited from class spoke.connection.Module
connector, stopped
 
Constructor Summary
Resume()
           
 
Method Summary
 void run()
           
 
Methods inherited from class spoke.signal.ondelette.Ondelette
getDyades, getOndelette, getResolution, getSens, init, open, setDyades, setOndelette, setResolution, setSens
 
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

Resume

public Resume()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class Ondelette