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

Quick Search    Search Deep

com.aendvari.cerberus.component.descriptor
Interface ComponentDescriptor.Message.Type  view ComponentDescriptor.Message.Type download ComponentDescriptor.Message.Type.java

Enclosing interface:
ComponentDescriptor.Message

public static interface ComponentDescriptor.Message.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