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 class
TypeProxy.DelegateListener
Fields in com.strobel.decompiler.types declared as ITypeListener Modifier and Type Field Description private ITypeListener
TypeProxy. _listener
Fields in com.strobel.decompiler.types with type parameters of type ITypeListener Modifier and Type Field Description private java.util.List<ITypeListener>
TypeProxy. _listeners
private static java.util.List<ITypeListener>
TypeProxy. EMPTY_LISTENERS
Methods in com.strobel.decompiler.types with parameters of type ITypeListener Modifier and Type Method Description void
ITypeInfo. addListener(ITypeListener listener)
void
TypeProxy. addListener(ITypeListener listener)
void
ITypeInfo. removeListener(ITypeListener listener)
void
TypeProxy. removeListener(ITypeListener listener)
-