|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sky.monome.behavior.StaticBehavior
public abstract class StaticBehavior
Behavior that has no animation in time. It simply reacts to button pressures.
Field Summary | |
---|---|
protected LedButtonCouple |
ledButtonCouple
Registered led/button couple. |
Constructor Summary | |
---|---|
StaticBehavior()
Constructs a static behavior. |
Method Summary | |
---|---|
LedButtonCouple |
getLedButtonCouple()
Returns the led/button couple registered with this behavior. |
void |
setLedButtonCouple(LedButtonCouple ledButtonCouple)
Modifies the led/button couple registered with this behavior. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface sky.monome.behavior.Behavior |
---|
init, notify |
Field Detail |
---|
protected LedButtonCouple ledButtonCouple
Constructor Detail |
---|
public StaticBehavior()
Method Detail |
---|
public LedButtonCouple getLedButtonCouple()
getLedButtonCouple
in interface Behavior
public void setLedButtonCouple(LedButtonCouple ledButtonCouple) throws MonomeException
MonomeException
is raised.
setLedButtonCouple
in interface Behavior
ledButtonCouple
- New led/button couple to register with this behavior.
MonomeException
- When this behavior is already registered with a led/button couple when this method is called.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |