Uses of Interface
com.strobel.decompiler.types.ITypeListener
-
Packages that use ITypeListener Package Description com.strobel.decompiler.types -
-
Uses of ITypeListener in com.strobel.decompiler.types
Classes in com.strobel.decompiler.types that implement ITypeListener Modifier and Type Class Description private classTypeProxy.DelegateListenerFields in com.strobel.decompiler.types declared as ITypeListener Modifier and Type Field Description private ITypeListenerTypeProxy. _listenerFields in com.strobel.decompiler.types with type parameters of type ITypeListener Modifier and Type Field Description private java.util.List<ITypeListener>TypeProxy. _listenersprivate static java.util.List<ITypeListener>TypeProxy. EMPTY_LISTENERSMethods in com.strobel.decompiler.types with parameters of type ITypeListener Modifier and Type Method Description voidITypeInfo. addListener(ITypeListener listener)voidTypeProxy. addListener(ITypeListener listener)voidITypeInfo. removeListener(ITypeListener listener)voidTypeProxy. removeListener(ITypeListener listener)
-