Class Explorer.CapabilitiesFilterChangeEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Explorer

    public static class Explorer.CapabilitiesFilterChangeEvent
    extends javax.swing.event.ChangeEvent
    This event can be fired in case the capabilities filter got changed
    Version:
    $Revision: 10438 $
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Capabilities getFilter()
      returns the associated Capabilities filter
      • Methods inherited from class java.util.EventObject

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

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

      • CapabilitiesFilterChangeEvent

        public CapabilitiesFilterChangeEvent​(java.lang.Object source,
                                             Capabilities filter)
        Constructs a GOECapabilitiesFilterChangeEvent object.
        Parameters:
        source - the Object that is the source of the event
        filter - the responsible capabilities filter
    • Method Detail

      • getFilter

        public Capabilities getFilter()
        returns the associated Capabilities filter
        Returns:
        the filter