com.valhalla.jbother.plugins.events
Class MessageReceivedEvent

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

public class MessageReceivedEvent
extends PluginEvent


Field Summary
 
Fields inherited from class com.valhalla.pluginmanager.PluginEvent
source
 
Constructor Summary
MessageReceivedEvent(java.lang.Object source)
           
 
Method Summary
 org.jivesoftware.smack.packet.Message getMessage()
           
 void setMessage(org.jivesoftware.smack.packet.Message message)
           
 
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
 

Constructor Detail

MessageReceivedEvent

public MessageReceivedEvent(java.lang.Object source)
Method Detail

setMessage

public void setMessage(org.jivesoftware.smack.packet.Message message)

getMessage

public org.jivesoftware.smack.packet.Message getMessage()