com.atlassian.bamboo.plugin.events
Class AbstractRemotePluginModuleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.bamboo.plugin.events.AbstractRemotePluginEvent
                  extended by com.atlassian.bamboo.plugin.events.AbstractRemotePluginModuleEvent
All Implemented Interfaces:
RemoteBroadcastEvent, java.io.Serializable
Direct Known Subclasses:
DisableRemotePluginModuleEvent, EnableRemotePluginModuleEvent

public class AbstractRemotePluginModuleEvent
extends AbstractRemotePluginEvent

Abstract event for plugin modules.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
 
Constructor Summary
AbstractRemotePluginModuleEvent(PluginModuleIdentifier pluginModuleIdentifier)
           
 
Method Summary
 PluginModuleIdentifier getPluginModuleIdentifier()
           
 
Methods inherited from class com.atlassian.bamboo.plugin.events.AbstractRemotePluginEvent
getPluginIdentifier
 
Methods inherited from class com.atlassian.event.Event
equals, hashCode
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractRemotePluginModuleEvent

public AbstractRemotePluginModuleEvent(PluginModuleIdentifier pluginModuleIdentifier)
Method Detail

getPluginModuleIdentifier

public PluginModuleIdentifier getPluginModuleIdentifier()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.