|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jpeterson.x10.event.FunctionAdapter
Trivial implementation of the FunctionListener
interface that
receives a FunctionEvent
. The methods in this class are empty,
this class is provided as a convenience for easily creating listeners by
extending this class and overriding only the methods of interest.
FunctionEvent
Constructor Summary | |
FunctionAdapter()
Constructor does nothing. |
Method Summary | |
void |
functionAllLightsOff(FunctionEvent e)
"All Lights Off" command. |
void |
functionAllLightsOn(FunctionEvent e)
"All Lights On" command. |
void |
functionAllUnitsOff(FunctionEvent e)
"All Units Off" command. |
void |
functionBright(FunctionEvent e)
"Bright" command. |
void |
functionDim(FunctionEvent e)
"Dim" command. |
void |
functionHailAcknowledge(FunctionEvent e)
"Hail Acknowledge" command. |
void |
functionHailRequest(FunctionEvent e)
"HailRequest" command. |
void |
functionOff(FunctionEvent e)
"Off" command. |
void |
functionOn(FunctionEvent e)
"On" command. |
void |
functionPresetDim1(FunctionEvent e)
"Preset Dim 1" command. |
void |
functionPresetDim2(FunctionEvent e)
"Preset Dim 2" command. |
void |
functionStatusOff(FunctionEvent e)
"Status Off" command. |
void |
functionStatusOn(FunctionEvent e)
"Status On" command. |
void |
functionStatusRequest(FunctionEvent e)
"Status Request" command. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FunctionAdapter()
Method Detail |
public void functionAllUnitsOff(FunctionEvent e)
FUNCTION_ALL_UNITS_OFF
public void functionAllLightsOn(FunctionEvent e)
FUNCTION_ALL_LIGHTS_ON
public void functionOn(FunctionEvent e)
FUNCTION_ON
public void functionOff(FunctionEvent e)
FUNCTION_OFF
public void functionDim(FunctionEvent e)
FUNCTION_DIM
public void functionBright(FunctionEvent e)
FUNCTION_BRIGHT
public void functionAllLightsOff(FunctionEvent e)
FUNCTION_ALL_LIGHTS_OFF
public void functionHailRequest(FunctionEvent e)
FUNCTION_HAIL_REQUEST
public void functionHailAcknowledge(FunctionEvent e)
FUNCTION_HAIL_ACKNOWLEDGE
public void functionPresetDim1(FunctionEvent e)
FUNCTION_PRESET_DIM_1
public void functionPresetDim2(FunctionEvent e)
FUNCTION_PRESET_DIM_2
public void functionStatusOn(FunctionEvent e)
FUNCTION_STATUS_ON
public void functionStatusOff(FunctionEvent e)
FUNCTION_STATUS_OFF
public void functionStatusRequest(FunctionEvent e)
FUNCTION_STATUS_REQUEST
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |