Interface PlanitComponentListener

    • Method Detail

      • onPlanitComponentEvent

        void onPlanitComponentEvent​(PlanitComponentEvent event)
                             throws PlanItException
        Notify method for PLANit component events. Note these relate solely to generic events on the component level, so derived classes firing events likely have their own event types and events that are not derived or related to these core PLANit component events used for instantiating and populating PLANit components in a lossely coupled way.
        Parameters:
        event - representing the graph modification event at hand
        Throws:
        PlanItException - thrown if error during processing of event