spoke.connection
Interface Connectable

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
Additionneur, AlgorithmeATrous, AudioResource, Bruit, Diagramme, Dirac, Fourier, Fourier2, Generator, ImageResource, Integrateur, LearningVectorQuantization, Logarithme, LorenzBean, Microphone, Modulateur, Module, Module, Ondelette, Ondelette2D, Oscilloscope, Preaccentuation, Recouvrement, Repeteur, Resume, Resume2D, SelfOrganizingMap, SignalAnalytique, Speaker

public interface Connectable
extends java.lang.Runnable


Method Summary
 void close()
           
 void connect(Connectable dest, java.io.OutputStream os, int nout)
           
 void disconnect(Connectable dest)
           
 void open()
           
 void stop()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

stop

void stop()

open

void open()

close

void close()

connect

void connect(Connectable dest,
             java.io.OutputStream os,
             int nout)

disconnect

void disconnect(Connectable dest)