Package gw.lang.reflect
Class FragmentCache
- java.lang.Object
-
- gw.lang.reflect.FragmentCache
-
- All Implemented Interfaces:
ITypeLoaderListener
public class FragmentCache extends Object implements ITypeLoaderListener
-
-
Constructor Summary
Constructors Constructor Description FragmentCache()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFragment(IGosuFragment fragment)IGosuFragmentget(String strFullyQualifiedName)static FragmentCacheinstance()voidrefreshed()Fired when the typesystem is fully refreshedvoidrefreshedTypes(RefreshRequest request)Fired when an existing type is refreshed, i.e.
-
-
-
Method Detail
-
instance
public static FragmentCache instance()
-
get
public IGosuFragment get(String strFullyQualifiedName)
-
addFragment
public void addFragment(IGosuFragment fragment)
-
refreshedTypes
public void refreshedTypes(RefreshRequest request)
Description copied from interface:ITypeLoaderListenerFired when an existing type is refreshed, i.e. there are potential changes- Specified by:
refreshedTypesin interfaceITypeLoaderListener
-
refreshed
public void refreshed()
Description copied from interface:ITypeLoaderListenerFired when the typesystem is fully refreshed- Specified by:
refreshedin interfaceITypeLoaderListener
-
-