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 void
addFragment(IGosuFragment fragment)
IGosuFragment
get(String strFullyQualifiedName)
static FragmentCache
instance()
void
refreshed()
Fired when the typesystem is fully refreshedvoid
refreshedTypes(RefreshRequest request)
Fired when an existing type is refreshed, i.e. there are potential changes
-
-
-
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:ITypeLoaderListener
Fired when an existing type is refreshed, i.e. there are potential changes- Specified by:
refreshedTypes
in interfaceITypeLoaderListener
-
refreshed
public void refreshed()
Description copied from interface:ITypeLoaderListener
Fired when the typesystem is fully refreshed- Specified by:
refreshed
in interfaceITypeLoaderListener
-
-