Interface ITypeSystemListener

All Known Implementing Classes:
AbstractTypeSystemListener, ResourceFileTypeManifold.CacheClearer

public interface ITypeSystemListener
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Return true to hint you need to listen before other listeners, no guarantee of order.
    void
    Fired when the type system is fully refreshed
    void
    Fired when an existing type is refreshed, i.e. there are potential changes
  • Method Details

    • 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.