Package org.openstreetmap.josm.tools
Class ListenerList.WeakListener<T>
- java.lang.Object
-
- org.openstreetmap.josm.tools.ListenerList.WeakListener<T>
-
- Enclosing class:
- ListenerList<T>
private static final class ListenerList.WeakListener<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WeakListener(T listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
WeakListener
WeakListener(T listener)
-
-