Uses of Class
gw.lang.reflect.RefreshRequest
-
Packages that use RefreshRequest Package Description gw.config gw.lang.gosuc.simple gw.lang.reflect gw.lang.reflect.gs -
-
Uses of RefreshRequest in gw.config
Methods in gw.config with parameters of type RefreshRequest Modifier and Type Method Description voidIMemoryMonitor. reclaimMemory(RefreshRequest request) -
Uses of RefreshRequest in gw.lang.gosuc.simple
Methods in gw.lang.gosuc.simple with parameters of type RefreshRequest Modifier and Type Method Description voidCompilerMemoryMonitor. reclaimMemory(RefreshRequest request) -
Uses of RefreshRequest in gw.lang.reflect
Methods in gw.lang.reflect with parameters of type RefreshRequest Modifier and Type Method Description voidAbstractTypeSystemListener. refreshedTypes(RefreshRequest request)voidFragmentCache. refreshedTypes(RefreshRequest request)voidITypeLoader. refreshedTypes(RefreshRequest request)Fired when an existing type is refreshed, i.e.voidITypeLoaderListener. refreshedTypes(RefreshRequest request)Fired when an existing type is refreshed, i.e.voidTypeLoaderBase. refreshedTypes(RefreshRequest request)protected voidTypeLoaderBase. refreshedTypesImpl(RefreshRequest request)Constructors in gw.lang.reflect with parameters of type RefreshRequest Constructor Description RefreshRequest(String[] allTypes, RefreshRequest request, ITypeLoader typeLoader) -
Uses of RefreshRequest in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs with parameters of type RefreshRequest Modifier and Type Method Description voidIEnhancementIndex. refreshedTypes(RefreshRequest request)voidGosuClassTypeLoader. refreshedTypesImpl(RefreshRequest request)voidIGosuClassRepository. typesRefreshed(RefreshRequest request)Called when a type is refreshed
-