Interface LifecycleCallbacks

    • Method Detail

      • hasCallback

        boolean hasCallback​(Object obj,
                            int eventType)
        Return whether the given instance has a callback for the given event type.
      • makeCallback

        void makeCallback​(Object obj,
                          Object related,
                          int eventType)
                   throws Exception
        Invoke the callback for the given event type on the given instance.
        Throws:
        Exception