Class LabelRemoveEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
Serializable

public class LabelRemoveEvent extends LabelEvent
Thrown when a label is disassociated from a piece of content (as opposed to itself being removed).
See Also:
  • Constructor Details

    • LabelRemoveEvent

      public LabelRemoveEvent(Label source, Labelable labelled)