|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.jpeterson.x10.ControlEvent | +--com.jpeterson.x10.module.event.CM11AEvent
Field Summary | |
static int |
MACRO_INITIATED
The CM11A received a macro initiated event. |
static int |
POWER_FAILURE
The CM11A received a power failure event. |
Fields inherited from class com.jpeterson.x10.ControlEvent |
id |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CM11AEvent(CM11A source,
int id)
Create a new CM11A Event. |
Method Summary | |
java.lang.String |
paramString()
Returns a parameter string identifying the event. |
Methods inherited from class com.jpeterson.x10.ControlEvent |
getId,
toString |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int POWER_FAILURE
public static final int MACRO_INITIATED
Constructor Detail |
public CM11AEvent(CM11A source, int id)
source
- CM11A object that is sending the event.id
- Type of event.Method Detail |
public java.lang.String paramString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |