Imp
[using it]
Interface Manipulation Package v4.0 (2008-06-25) a-projector ©copyright Author


imp.util
Interface Sampler.Listener

All Superinterfaces:
Event.Listener<String>
All Known Implementing Classes:
SamplerInput
Enclosing class:
Sampler

public static interface Sampler.Listener
extends Event.Listener<String>

Defines a start/stop/pause/resume event listener.


Method Summary
 void eventSent(String event)
          Called when an event occurs.
 

Method Detail

eventSent

void eventSent(String event)
Called when an event occurs.

Specified by:
eventSent in interface Event.Listener<String>
Parameters:
event - The event "start"/"stop"/"pause"/"resume" value.