com.valhalla.pluginmanager
Class PluginEvent

java.lang.Object
  extended by com.valhalla.pluginmanager.PluginEvent
Direct Known Subclasses:
ConnectEvent, ExitingEvent, InitEvent, IQReceivedEvent, MessageReceivedEvent, MessageSendingEvent, MUCEvent, StatusChangedEvent

public class PluginEvent
extends java.lang.Object

All events fired in the plugin chain must inherit PluginEvent

Author:
Adam Olsen

Field Summary
protected  java.lang.Object source
           
 
Constructor Summary
PluginEvent(java.lang.Object source)
          The default constructor
 
Method Summary
 java.lang.Object getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected java.lang.Object source
Constructor Detail

PluginEvent

public PluginEvent(java.lang.Object source)
The default constructor

Parameters:
source - The source of this event
Method Detail

getSource

public java.lang.Object getSource()
Returns:
The source event