com.valhalla.pluginmanager
Class PluginEvent

java.lang.Object
  extended bycom.valhalla.pluginmanager.PluginEvent
Direct Known Subclasses:
BuddyPresenceModeEvent, ConnectEvent, ConversationEvent, CurrentPresenceModeEvent, ExitingEvent, MessageRecievedEvent

public class PluginEvent
extends java.lang.Object

All events fired in the plugin chain must inherit PluginEvent

Author:
Adam Olsen

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
 

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