HOME

com.ireasoning.protocol
Class ChangeEvent

java.lang.Object
  extended by com.ireasoning.protocol.ChangeEvent
All Implemented Interfaces:
Msg, java.io.Serializable

public class ChangeEvent
extends java.lang.Object
implements Msg

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ireasoning.protocol.Msg
ERROR_TYPE
 
Constructor Summary
ChangeEvent(int value)
           
 
Method Summary
 int getType()
          Returns the message type
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeEvent

public ChangeEvent(int value)
Method Detail

getValue

public int getValue()

getType

public int getType()
Returns the message type

Specified by:
getType in interface Msg

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.