Uses of Class
manifold.api.host.RefreshRequest
-
Packages that use RefreshRequest Package Description manifold.api.host manifold.api.type -
-
Uses of RefreshRequest in manifold.api.host
Methods in manifold.api.host with parameters of type RefreshRequest Modifier and Type Method Description voidAbstractTypeSystemListener. refreshedTypes(RefreshRequest request)voidITypeSystemListener. refreshedTypes(RefreshRequest request)Fired when an existing type is refreshed, i.e. there are potential changesConstructors in manifold.api.host with parameters of type RefreshRequest Constructor Description RefreshRequest(String[] allTypes, RefreshRequest request, IModule module) -
Uses of RefreshRequest in manifold.api.type
Methods in manifold.api.type with parameters of type RefreshRequest Modifier and Type Method Description voidResourceFileTypeManifold.CacheClearer. postRefresh(RefreshRequest request)voidResourceFileTypeManifold.CacheClearer. preRefresh(RefreshRequest request)voidResourceFileTypeManifold.CacheClearer. refreshedTypes(RefreshRequest request)
-