Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.cerberus.component.descriptor
Interface ComponentMessage.Type  view ComponentMessage.Type download ComponentMessage.Type.java

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