com.valhalla.jbother.plugins.events
Class MUCEvent

java.lang.Object
  extended by com.valhalla.pluginmanager.PluginEvent
      extended by com.valhalla.jbother.plugins.events.MUCEvent

public class MUCEvent
extends PluginEvent

Generated when someone clicks on the close button

Author:
Adam Olsen

Field Summary
static int EVENT_MESSAGE_RECEIVED
           
static int EVENT_PARTICIPANT_JOINED
           
static int EVENT_PARTICIPANT_PARTED
           
static int EVENT_SUBJECT_CHANGED
           
 
Fields inherited from class com.valhalla.pluginmanager.PluginEvent
source
 
Constructor Summary
MUCEvent(java.lang.Object source, int type, java.lang.String message, java.util.Date date)
           
 
Method Summary
 java.util.Date getDate()
           
 java.lang.String getFrom()
           
 java.lang.String getMessage()
           
 int getType()
           
 
Methods inherited from class com.valhalla.pluginmanager.PluginEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_PARTICIPANT_JOINED

public static final int EVENT_PARTICIPANT_JOINED
See Also:
Constant Field Values

EVENT_PARTICIPANT_PARTED

public static final int EVENT_PARTICIPANT_PARTED
See Also:
Constant Field Values

EVENT_MESSAGE_RECEIVED

public static final int EVENT_MESSAGE_RECEIVED
See Also:
Constant Field Values

EVENT_SUBJECT_CHANGED

public static final int EVENT_SUBJECT_CHANGED
See Also:
Constant Field Values
Constructor Detail

MUCEvent

public MUCEvent(java.lang.Object source,
                int type,
                java.lang.String message,
                java.util.Date date)
Method Detail

getType

public int getType()

getFrom

public java.lang.String getFrom()

getMessage

public java.lang.String getMessage()

getDate

public java.util.Date getDate()