com.atlassian.confluence.event.events.label
Class LabelEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.confluence.event.events.ConfluenceEvent
                  extended by com.atlassian.confluence.event.events.label.LabelEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LabelAddEvent, LabelCreateEvent, LabelDeleteEvent, LabelRemoveEvent

public abstract class LabelEvent
extends ConfluenceEvent

See Also:
Serialized Form

Field Summary
protected  Labelable labelled
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LabelEvent(Label source)
           
LabelEvent(Label source, Labelable labelled)
           
 
Method Summary
 Label getLabel()
           
 Labelable getLabelled()
           
 
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
 

Field Detail

labelled

protected Labelable labelled
Constructor Detail

LabelEvent

public LabelEvent(Label source)

LabelEvent

public LabelEvent(Label source,
                  Labelable labelled)
Method Detail

getLabel

public Label getLabel()

getLabelled

public Labelable getLabelled()


Copyright © 2003-2014 Atlassian. All Rights Reserved.