Uses of Interface
com.strobel.decompiler.types.ITypeListener
Packages that use ITypeListener
-
Uses of ITypeListener in com.strobel.decompiler.types
Classes in com.strobel.decompiler.types that implement ITypeListenerFields in com.strobel.decompiler.types declared as ITypeListenerFields in com.strobel.decompiler.types with type parameters of type ITypeListenerModifier and TypeFieldDescriptionprivate List
<ITypeListener> TypeProxy._listeners
private static final List
<ITypeListener> TypeProxy.EMPTY_LISTENERS
Methods in com.strobel.decompiler.types with parameters of type ITypeListenerModifier and TypeMethodDescriptionvoid
ITypeInfo.addListener
(ITypeListener listener) final void
TypeProxy.addListener
(ITypeListener listener) void
ITypeInfo.removeListener
(ITypeListener listener) final void
TypeProxy.removeListener
(ITypeListener listener)