Uses of Interface
gw.lang.reflect.ITypeLoaderListener
-
Packages that use ITypeLoaderListener Package Description editor gw.internal.gosu.parser gw.lang.parser gw.lang.reflect -
-
Uses of ITypeLoaderListener in editor
Classes in editor that implement ITypeLoaderListener Modifier and Type Class Description class
GosuEditor
A component for editing Gosu source.class
GosuField
class
TypeNameCache
-
Uses of ITypeLoaderListener in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type ITypeLoaderListener Modifier and Type Method Description void
TypeLoaderAccess. addTypeLoaderListenerAsWeakRef(ITypeLoaderListener l)
Maintains weak refs to listeners.void
TypeLoaderAccess. removeTypeLoaderListener(ITypeLoaderListener l)
-
Uses of ITypeLoaderListener in gw.lang.parser
Subinterfaces of ITypeLoaderListener in gw.lang.parser Modifier and Type Interface Description interface
IAttributeSource
-
Uses of ITypeLoaderListener in gw.lang.reflect
Classes in gw.lang.reflect that implement ITypeLoaderListener Modifier and Type Class Description class
AbstractTypeSystemListener
class
FragmentCache
Methods in gw.lang.reflect with parameters of type ITypeLoaderListener Modifier and Type Method Description void
ITypeSystem. addTypeLoaderListenerAsWeakRef(ITypeLoaderListener listener)
static void
TypeSystem. addTypeLoaderListenerAsWeakRef(ITypeLoaderListener listener)
void
ITypeSystem. removeTypeLoaderListener(ITypeLoaderListener listener)
static void
TypeSystem. removeTypeLoaderListener(ITypeLoaderListener listener)
-