public interface ITypeSystemListener
Modifier and Type | Method and Description |
---|---|
default boolean |
notifyEarly()
Return true to hint you need to listen before other listeners, no guarantee of order.
|
void |
refreshed()
Fired when the type system is fully refreshed
|
void |
refreshedTypes(RefreshRequest request)
Fired when an existing type is refreshed, i.e. there are potential changes
|
void refreshedTypes(RefreshRequest request)
void refreshed()
default boolean notifyEarly()
Copyright © 2024. All rights reserved.