|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ButtonEvent.ButtonAction | |
---|---|
sky.monome | Main package of SkyMonome library. |
sky.monome.behavior | Package of all behaviors. |
sky.monome.event.button | Package of all classes relative to button events. |
Uses of ButtonEvent.ButtonAction in sky.monome |
---|
Methods in sky.monome with parameters of type ButtonEvent.ButtonAction | |
---|---|
void |
LedButtonCouple.fireButtonActionned(LedButtonCouple buttonManager,
ButtonEvent.ButtonAction buttonAction)
Notifies all the listeners that a new button action occured. |
static LedButtonCouple.ButtonState |
LedButtonCouple.ButtonState.getButtonStateForButtonAction(ButtonEvent.ButtonAction buttonAction)
Returns the button state associated with the specified button action. |
void |
FrameGroup.PassiveBehavior.notify(ButtonEvent.ButtonAction buttonAction)
Deprecated. Notifies this behavior that an action on the button is performed, but this behavior does nothing. |
Uses of ButtonEvent.ButtonAction in sky.monome.behavior |
---|
Methods in sky.monome.behavior with parameters of type ButtonEvent.ButtonAction | |
---|---|
void |
Member.Group.fireButtonActionned(G buttonManager,
ButtonEvent.ButtonAction buttonAction)
Invoked when a button action occurs. |
void |
Pad.PadGroup.Lure.fireButtonActionned(LedButtonCouple buttonManager,
ButtonEvent.ButtonAction buttonAction)
Notifies all the listeners that a new button action occured. |
void |
Behavior.notify(ButtonEvent.ButtonAction buttonAction)
Notifies this behavior that an action on the button is performed. |
void |
BlinkingLight.notify(ButtonEvent.ButtonAction buttonAction)
Notifies this behavior that an action on the button is performed. |
void |
BlinkingLightOnPush.notify(ButtonEvent.ButtonAction buttonAction)
Notifies this behavior that an action on the button is performed. |
void |
LightOnPush.notify(ButtonEvent.ButtonAction buttonAction)
Notifies this behavior that an action on the button is performed. |
void |
OptionalRadio.notify(ButtonEvent.ButtonAction buttonAction)
Notifies this optional radio behavior that an action on the button is performed. |
void |
Pad.notify(ButtonEvent.ButtonAction buttonAction)
Notifies this behavior that an action on the button is performed. |
void |
PassiveBehavior.notify(ButtonEvent.ButtonAction buttonAction)
Notifies this behavior that an action on the button is performed. |
void |
Radio.notify(ButtonEvent.ButtonAction buttonAction)
Notifies this radio behavior that an action on the button is performed. |
void |
SequencerRadio.notify(ButtonEvent.ButtonAction buttonAction)
Notifies this sequencer radio behavior that an action on the button is performed. |
void |
Toggle.notify(ButtonEvent.ButtonAction buttonAction)
Notifies this behavior that an action on the button is performed. |
protected abstract void |
Member.Group.notify(M member,
ButtonEvent.ButtonAction buttonAction)
Notifies that the specified member behavior is itself notified (the led/button couple notified its behavior). |
protected void |
Pad.PadGroup.notify(Pad member,
ButtonEvent.ButtonAction buttonAction)
Notifies that the specified pad behavior is itself notified (the led/button couple had notified its pad behavior). |
protected void |
AbstractRadio.AbstractRadioGroup.notify(T member,
ButtonEvent.ButtonAction buttonAction)
Deprecated. With a radio group, it is recommended to use the notify(T) method instead of this one,
because radio groups are notified only with button press actions. |
Uses of ButtonEvent.ButtonAction in sky.monome.event.button |
---|
Fields in sky.monome.event.button declared as ButtonEvent.ButtonAction | |
---|---|
protected ButtonEvent.ButtonAction |
ButtonEvent.buttonAction
Action associated with this button event. |
Methods in sky.monome.event.button that return ButtonEvent.ButtonAction | |
---|---|
ButtonEvent.ButtonAction |
ButtonEvent.getButtonAction()
Returns the action associated with this button event. |
ButtonEvent.ButtonAction |
FilteredButtonListener.getButtonActionFilter()
Returns the filter value that will must be met in order to notify implementations of this abstract class that a button has been actionned. |
static ButtonEvent.ButtonAction |
ButtonEvent.ButtonAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ButtonEvent.ButtonAction[] |
ButtonEvent.ButtonAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in sky.monome.event.button with parameters of type ButtonEvent.ButtonAction | |
---|---|
void |
ButtonManager.fireButtonActionned(B buttonManager,
ButtonEvent.ButtonAction buttonAction)
Invoked when a button action occurs. |
void |
FilteredButtonListener.setButtonActionFilter(ButtonEvent.ButtonAction buttonActionFilter)
Modifies the filter value that will must be met in order to notify implementations of this abstract class that a button has been actionned. |
Constructors in sky.monome.event.button with parameters of type ButtonEvent.ButtonAction | |
---|---|
ButtonEvent(long when,
B source,
ButtonEvent.ButtonAction buttonAction)
Constructs a button event with the specified time, source and button action. |
|
FilteredButtonListener(ButtonEvent.ButtonAction buttonActionFilter,
java.lang.Object... arguments)
Constructs a filtered button listener with specified arguments and the specified filter value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |