spoke.signal.audio
Class Speaker

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

public class Speaker
extends Module

See Also:
Serialized Form

Field Summary
 
Fields inherited from class spoke.connection.Module
connector, stopped
 
Constructor Summary
Speaker()
           
 
Method Summary
 void close()
           
 void open()
           
 void run()
           
 
Methods inherited from class spoke.connection.Module
addConnectionListener, 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

Speaker

public Speaker()
Method Detail

run

public void run()

open

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

close

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