|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FunctionListener
A Listener for a function state change.
| Method Summary | |
|---|---|
void |
notifyFunctionLockableChanged(int functionNumber,
boolean isLockable)
Get notification that a function's lockable status has changed. |
void |
notifyFunctionStateChanged(int functionNumber,
boolean isOn)
Receive notification that a function has changed state. |
| Method Detail |
|---|
void notifyFunctionStateChanged(int functionNumber,
boolean isOn)
functionNumber - The id of the functionisOn - True if the function is activated, false otherwise.
void notifyFunctionLockableChanged(int functionNumber,
boolean isLockable)
functionNumber - The function that has changed (0-9).isLockable - True if the function is now Lockable
(continuously active).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||