Uses of Interface
manifold.api.host.ITypeSystemListener
-
Packages that use ITypeSystemListener Package Description manifold.api.host manifold.api.type manifold.internal.host -
-
Uses of ITypeSystemListener in manifold.api.host
Classes in manifold.api.host that implement ITypeSystemListener Modifier and Type Class Description classAbstractTypeSystemListenerMethods in manifold.api.host with parameters of type ITypeSystemListener Modifier and Type Method Description voidIManifoldHost. addTypeSystemListenerAsWeakRef(Object ctx, ITypeSystemListener listener) -
Uses of ITypeSystemListener in manifold.api.type
Classes in manifold.api.type that implement ITypeSystemListener Modifier and Type Class Description protected classResourceFileTypeManifold.CacheClearer -
Uses of ITypeSystemListener in manifold.internal.host
Methods in manifold.internal.host with parameters of type ITypeSystemListener Modifier and Type Method Description voidSingleModuleManifoldHost. addTypeSystemListenerAsWeakRef(Object ctx, ITypeSystemListener listener)voidTypeRefreshListener. removeTypeSystemListener(ITypeSystemListener l)
-