com.valhalla.jbother.plugins.events
Class ExitingEvent

java.lang.Object
  extended bycom.valhalla.pluginmanager.PluginEvent
      extended bycom.valhalla.jbother.plugins.events.ExitingEvent

public class ExitingEvent
extends PluginEvent


Constructor Summary
ExitingEvent(java.lang.Object source)
           
 
Method Summary
 boolean getExit()
           
 void setExit(boolean exit)
           
 
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

ExitingEvent

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

getExit

public boolean getExit()

setExit

public void setExit(boolean exit)