Class messages.Message
All Packages Class Hierarchy This Package Previous Next Index
Class messages.Message
java.lang.Object
|
+----messages.Message
- public class Message
- extends Object
Base class for other message classes
-
type
- type of message
see class Const
-
getType()
- Returns type of the message represented by this object
type
protected int type
- type of message
see class Const
getType
public int getType()
- Returns type of the message represented by this object
- Returns:
- type of the message
- See Also:
- Const
All Packages Class Hierarchy This Package Previous Next Index