leafchat.core.api
Class PluginUnloadMsg

java.lang.Object
  extended by leafchat.core.api.Msg
      extended by leafchat.core.api.PluginUnloadMsg

public class PluginUnloadMsg
extends Msg

Message sent when a plugin is being unloaded. Sent just after the plugin's close method has been called.


Field Summary
 
Fields inherited from class leafchat.core.api.Msg
PRIORITY_AFTERNORMAL, PRIORITY_BEFORENORMAL, PRIORITY_EARLY, PRIORITY_FIRST, PRIORITY_LAST, PRIORITY_LATE, PRIORITY_NORMAL
 
Constructor Summary
PluginUnloadMsg(Plugin p)
           
 
Method Summary
 Plugin getPlugin()
           
 
Methods inherited from class leafchat.core.api.Msg
isHandled, isStopped, markHandled, markStopped, sequenceBefore, setSequence, setSequence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginUnloadMsg

public PluginUnloadMsg(Plugin p)
Parameters:
p - Plugin that was unloaded
Method Detail

getPlugin

public Plugin getPlugin()
Returns:
Plugin that has just been closed


Copyright © 2011 Samuel Marshall. All rights reserved.