com.valhalla.jbother.plugins.events
Class ConnectEvent

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

public class ConnectEvent
extends PluginEvent

Generated when a connection is established

Author:
Adam Olsen

Field Summary
 
Fields inherited from class com.valhalla.pluginmanager.PluginEvent
source
 
Constructor Summary
ConnectEvent(java.lang.Object source)
           
 
Method Summary
 
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

ConnectEvent

public ConnectEvent(java.lang.Object source)
Parameters:
source - the XMPPConnection that was established