Interface ITypeSystemListener

    • Method Detail

      • refreshedTypes

        void refreshedTypes​(RefreshRequest request)
        Fired when an existing type is refreshed, i.e. there are potential changes
      • refreshed

        void refreshed()
        Fired when the type system is fully refreshed
      • notifyEarly

        default boolean notifyEarly()
        Return true to hint you need to listen before other listeners, no guarantee of order.