|
|||||||||
| Home >> All >> com >> aendvari >> cerberus >> component >> [ descriptor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.cerberus.component.descriptor
Interface ComponentMessage.Type

- Enclosing interface:
- ComponentMessage
- public static interface ComponentMessage.Type
Constants for the type of the message.
| Field Summary | |
static int |
Receive
This message is received (listened for). |
static int |
Send
This message is sent. |
static int |
Undefined
The type of this message is undefined. |
| Field Detail |
Undefined
public static final int Undefined
- The type of this message is undefined.
- See Also:
- Constant Field Values
Send
public static final int Send
- This message is sent.
- See Also:
- Constant Field Values
Receive
public static final int Receive
- This message is received (listened for).
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> com >> aendvari >> cerberus >> component >> [ descriptor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC