Package manifold.api.host
Class AbstractTypeSystemListener
- java.lang.Object
-
- manifold.api.host.AbstractTypeSystemListener
-
- All Implemented Interfaces:
ITypeSystemListener
- Direct Known Subclasses:
ResourceFileTypeManifold.CacheClearer
public abstract class AbstractTypeSystemListener extends Object implements ITypeSystemListener
-
-
Constructor Summary
Constructors Constructor Description AbstractTypeSystemListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrefreshed()Fired when the type system is fully refreshedvoidrefreshedTypes(RefreshRequest request)Fired when an existing type is refreshed, i.e. there are potential changes-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface manifold.api.host.ITypeSystemListener
notifyEarly
-
-
-
-
Method Detail
-
refreshedTypes
public void refreshedTypes(RefreshRequest request)
Description copied from interface:ITypeSystemListenerFired when an existing type is refreshed, i.e. there are potential changes- Specified by:
refreshedTypesin interfaceITypeSystemListener
-
refreshed
public void refreshed()
Description copied from interface:ITypeSystemListenerFired when the type system is fully refreshed- Specified by:
refreshedin interfaceITypeSystemListener
-
-