com.valhalla.jbother.plugins.events
Class ConversationEvent.Type

java.lang.Object
  extended bycom.valhalla.jbother.plugins.events.ConversationEvent.Type
Enclosing class:
ConversationEvent

public static class ConversationEvent.Type
extends java.lang.Object

static types of ConversationEvent.

Version:
1.0
Author:
Jun Hu
See Also:
ConversationEvent

Field Summary
static ConversationEvent.Type INIT
           
static ConversationEvent.Type RECEIVEING_MESSAGE
           
static ConversationEvent.Type SENDING_MESSAGE
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SENDING_MESSAGE

public static final ConversationEvent.Type SENDING_MESSAGE

RECEIVEING_MESSAGE

public static final ConversationEvent.Type RECEIVEING_MESSAGE

INIT

public static final ConversationEvent.Type INIT