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

Variable Index

 o type
type of message see class Const

Method Index

 o getType()
Returns type of the message represented by this object

Variables

 o type
  protected int type
type of message see class Const

Methods

 o 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