agentland.device.intelliCD
Class ReactionEvent

java.lang.Object
  |
  +--agentland.device.intelliCD.IntelliCDEvent
        |
        +--agentland.device.intelliCD.ReactionEvent
All Implemented Interfaces:
Serializable

public class ReactionEvent
extends IntelliCDEvent
implements Serializable

See Also:
Serialized Form

Field Summary
static int HATE
           
static int LOVE
           
static int NEUTRAL
           
 
Constructor Summary
ReactionEvent()
           
ReactionEvent(int i)
           
 
Method Summary
 int getReaction()
           
 
Methods inherited from class agentland.device.intelliCD.IntelliCDEvent
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HATE

public static int HATE

LOVE

public static int LOVE

NEUTRAL

public static int NEUTRAL
Constructor Detail

ReactionEvent

public ReactionEvent()

ReactionEvent

public ReactionEvent(int i)
Method Detail

getReaction

public int getReaction()