sky.monome
Class FrameGroup.PassiveBehavior


java.lang.Object

  extended by sky.monome.behavior.StaticBehavior

      extended by sky.monome.FrameGroup.PassiveBehavior

All Implemented Interfaces:
Behavior
Enclosing class:
FrameGroup

Deprecated. Since SkyMonome v1.1, it is recommended to use the PassiveBehavior class instead of this one.

@Deprecated

public static class FrameGroup.PassiveBehavior
extends StaticBehavior

Led behavior that does nothing when it is notified and does nothing at the initialization.

Author:
PJ Skyman

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

FrameGroup.PassiveBehavior


public FrameGroup.PassiveBehavior()
Deprecated. 
Constructs a passive behavior.

Method Detail

notify


public void notify(ButtonEvent.ButtonAction buttonAction)
Deprecated. 
Notifies this behavior that an action on the button is performed, but this behavior does nothing.

Parameters:
buttonAction - Button action that is performed.

init


public void init()
Deprecated. 
Initializes this behavior. The initialization of this passive behavior does nothing.