Interface ModelBuildingEventCatapult


  • interface ModelBuildingEventCatapult
    Assists in firing events from a generic method by abstracting from the actual callback method to be called on the listener.
    • Method Detail

      • fire

        void fire​(ModelBuildingListener listener,
                  ModelBuildingEvent event)
        Notifies the specified listener of the given event.
        Parameters:
        listener - The listener to notify, must not be null.
        event - The event to fire, must not be null.