Class ExpansionListener.ListenerList

  • Enclosing interface:
    ExpansionListener

    public static class ExpansionListener.ListenerList
    extends org.processmining.framework.plugin.events.ProMEventListenerList<ExpansionListener>
    • Constructor Summary

      Constructors 
      Constructor Description
      ListenerList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fireNodeCollapsed​(Expandable source)  
      void fireNodeExpanded​(Expandable source)  
      • Methods inherited from class org.processmining.framework.plugin.events.ProMEventListenerList

        add, getListenerCount, getListeners, remove, removeAll, toString
      • Methods inherited from class java.lang.Object

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

      • ListenerList

        public ListenerList()
    • Method Detail

      • fireNodeExpanded

        public void fireNodeExpanded​(Expandable source)
      • fireNodeCollapsed

        public void fireNodeCollapsed​(Expandable source)