|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sky.monome.behavior.StaticBehavior sky.monome.FrameGroup.PassiveBehavior
PassiveBehavior
class instead of this one.
@Deprecated public static class FrameGroup.PassiveBehavior
Led behavior that does nothing when it is notified and does nothing at the initialization.
Field Summary |
---|
Fields inherited from class sky.monome.behavior.StaticBehavior |
---|
ledButtonCouple |
Constructor Summary | |
---|---|
FrameGroup.PassiveBehavior()
Deprecated. Constructs a passive behavior. |
Method Summary | |
---|---|
void |
init()
Deprecated. Initializes this behavior. |
void |
notify(ButtonEvent.ButtonAction buttonAction)
Deprecated. Notifies this behavior that an action on the button is performed, but this behavior does nothing. |
Methods inherited from class sky.monome.behavior.StaticBehavior |
---|
getLedButtonCouple, setLedButtonCouple |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrameGroup.PassiveBehavior()
Method Detail |
---|
public void notify(ButtonEvent.ButtonAction buttonAction)
buttonAction
- Button action that is performed.public void init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |