Class ContentSelectionChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ContentSelectionChangedEvent
    extends java.util.EventObject
    An event to signify a change to the list of selected nodes for an xbl;content element.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      XBLOMContentElement getContentElement()
      Returns the xbl:content element where the event originated.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ContentSelectionChangedEvent

        public ContentSelectionChangedEvent​(XBLOMContentElement c)
        Creates a new ContentSelectionChangedEvent object.
        Parameters:
        c - the xbl:content element whose selection is changing
    • Method Detail

      • getContentElement

        public XBLOMContentElement getContentElement()
        Returns the xbl:content element where the event originated.