|
||||||||||
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.button.ButtonListenerWithArguments<B>
B
- Type of button manager that is used with button listeners.public abstract class ButtonListenerWithArguments<B extends ButtonManager<B>>
Listener that listens to button 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 | |
---|---|
ButtonListenerWithArguments(java.lang.Object... arguments)
Constructs a button 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.button.ButtonListener |
---|
buttonActionned |
Constructor Detail |
---|
public ButtonListenerWithArguments(java.lang.Object... arguments)
arguments
- Arguments to give to this button listener for future internal use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |