|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sky.monome.event.GenericListenerWithArguments sky.monome.event.sequencer.SequencerListenerWithArguments<S,B>
S
- Type of sequencer components that work with these sequencer listeners with arguments.B
- Type of button managers that are used by sequencer components that work with these sequencer listeners with arguments.public abstract class SequencerListenerWithArguments<S extends SequencerComponent<S,B>,B extends ButtonManager<B>>
Listener that listens to sequencer events. Arguments can be given at the construction time and can be used internally.
Field Summary |
---|
Fields inherited from class sky.monome.event.GenericListenerWithArguments |
---|
arguments |
Constructor Summary | |
---|---|
SequencerListenerWithArguments(java.lang.Object... arguments)
Constructs a sequencer listener with specified arguments. |
Method Summary |
---|
Methods inherited from class sky.monome.event.GenericListenerWithArguments |
---|
getArgument, getArgument, getArguments |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface sky.monome.event.sequencer.SequencerListener |
---|
stepChanged |
Constructor Detail |
---|
public SequencerListenerWithArguments(java.lang.Object... arguments)
arguments
- Arguments to give to this sequencer listener for future internal use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |