Uses of Interface
gw.lang.reflect.ITypeLoaderListener
Packages that use ITypeLoaderListener
-
Uses of ITypeLoaderListener in editor
Classes in editor that implement ITypeLoaderListenerModifier and TypeClassDescriptionclass
A component for editing Gosu source.class
class
-
Uses of ITypeLoaderListener in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as ITypeLoaderListenerModifier and TypeFieldDescriptionprivate static ITypeLoaderListener
CompoundType.g_refreshListener
Fields in gw.internal.gosu.parser with type parameters of type ITypeLoaderListenerModifier and TypeFieldDescriptionprivate final CopyOnWriteArrayList<WeakReference<ITypeLoaderListener>>
TypeLoaderAccess._listeners
Methods in gw.internal.gosu.parser that return types with arguments of type ITypeLoaderListenerModifier and TypeMethodDescriptionprivate List<ITypeLoaderListener>
TypeLoaderAccess.getListeners()
Methods in gw.internal.gosu.parser with parameters of type ITypeLoaderListenerModifier and TypeMethodDescriptionvoid
TypeLoaderAccess.addTypeLoaderListenerAsWeakRef
(ITypeLoaderListener l) Maintains weak refs to listeners.private boolean
TypeLoaderAccess.hasListener
(ITypeLoaderListener l) void
TypeLoaderAccess.removeTypeLoaderListener
(ITypeLoaderListener l) -
Uses of ITypeLoaderListener in gw.lang.parser
Subinterfaces of ITypeLoaderListener in gw.lang.parserClasses in gw.lang.parser that implement ITypeLoaderListener -
Uses of ITypeLoaderListener in gw.lang.reflect
Classes in gw.lang.reflect that implement ITypeLoaderListenerModifier and TypeClassDescriptionclass
class
private static class
Methods in gw.lang.reflect with parameters of type ITypeLoaderListenerModifier and TypeMethodDescriptionvoid
ITypeSystem.addTypeLoaderListenerAsWeakRef
(ITypeLoaderListener listener) static void
TypeSystem.addTypeLoaderListenerAsWeakRef
(ITypeLoaderListener listener) void
ITypeSystem.removeTypeLoaderListener
(ITypeLoaderListener listener) static void
TypeSystem.removeTypeLoaderListener
(ITypeLoaderListener listener)