sky.monome.event.sequencer
Interface SequencerListener<S extends SequencerComponent<S,B>,B extends ButtonManager<B>>

Type Parameters:
S - Type of sequencer components that work with these sequencer listeners.
B - Type of button managers that are used by sequencer components that work with these sequencer listeners.
All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
NotePlayerListener, SequencerListenerWithArguments

public interface SequencerListener<S extends SequencerComponent<S,B>,B extends ButtonManager<B>>
extends java.util.EventListener

Listener that listens to sequencer events.

Author:
PJ Skyman

Method Summary
 void stepChanged(SequencerEvent<S,B> sequencerEvent)
          Invoked when a step changing occurs.
 

Method Detail

stepChanged

void stepChanged(SequencerEvent<S,B> sequencerEvent)
Invoked when a step changing occurs.

Parameters:
sequencerEvent - Informations about the sequencer event.