Uses of Interface
gw.lang.reflect.ITypeLoaderListener
Packages that use ITypeLoaderListener
-
Uses of ITypeLoaderListener in editor
Classes in editor that implement ITypeLoaderListenerModifier and TypeClassDescriptionclassA component for editing Gosu source.classclass -
Uses of ITypeLoaderListener in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as ITypeLoaderListenerModifier and TypeFieldDescriptionprivate static ITypeLoaderListenerCompoundType.g_refreshListenerFields in gw.internal.gosu.parser with type parameters of type ITypeLoaderListenerModifier and TypeFieldDescriptionprivate final CopyOnWriteArrayList<WeakReference<ITypeLoaderListener>>TypeLoaderAccess._listenersMethods 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 TypeMethodDescriptionvoidTypeLoaderAccess.addTypeLoaderListenerAsWeakRef(ITypeLoaderListener l) Maintains weak refs to listeners.private booleanTypeLoaderAccess.hasListener(ITypeLoaderListener l) voidTypeLoaderAccess.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 TypeClassDescriptionclassclassprivate static classMethods in gw.lang.reflect with parameters of type ITypeLoaderListenerModifier and TypeMethodDescriptionvoidITypeSystem.addTypeLoaderListenerAsWeakRef(ITypeLoaderListener listener) static voidTypeSystem.addTypeLoaderListenerAsWeakRef(ITypeLoaderListener listener) voidITypeSystem.removeTypeLoaderListener(ITypeLoaderListener listener) static voidTypeSystem.removeTypeLoaderListener(ITypeLoaderListener listener)