com.atlassian.bamboo.plugin.events
Class AbstractRemotePluginEvent

java.lang.Object
  extended by com.atlassian.bamboo.plugin.events.AbstractRemotePluginEvent
All Implemented Interfaces:
RemoteBroadcastEvent, Serializable
Direct Known Subclasses:
AbstractRemotePluginModuleEvent, DisableRemotePluginEvent, EnableRemotePluginEvent, UninstallRemotePluginEvent, UpgradeRemotePluginEvent

public abstract class AbstractRemotePluginEvent
extends Object
implements RemoteBroadcastEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
 
Constructor Summary
AbstractRemotePluginEvent(PluginIdentifier pluginIdentifier)
           
 
Method Summary
abstract  void deliver(RemotePluginEventHandler remotePluginEventHandler)
           
 PluginIdentifier getPluginIdentifier()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractRemotePluginEvent

public AbstractRemotePluginEvent(PluginIdentifier pluginIdentifier)
Method Detail

getPluginIdentifier

public PluginIdentifier getPluginIdentifier()

deliver

public abstract void deliver(RemotePluginEventHandler remotePluginEventHandler)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.