|
||||||||||
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.frame.FrameListenerWithArguments<F>
F
- Type of dynamic frame that is used with frame listeners.public abstract class FrameListenerWithArguments<F extends DynamicFrame<F>>
Listener that listens to frame 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 | |
---|---|
FrameListenerWithArguments(java.lang.Object... arguments)
Constructs a frame 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.frame.FrameListener |
---|
frameChanged |
Constructor Detail |
---|
public FrameListenerWithArguments(java.lang.Object... arguments)
arguments
- Arguments to give to this frame listener for future internal use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |