org.apache.pivot.wtk
Class WTKListenerList<T>
java.lang.Object
org.apache.pivot.util.ListenerList<T>
org.apache.pivot.wtk.WTKListenerList<T>
- All Implemented Interfaces:
- Iterable<T>
public class WTKListenerList<T>
- extends ListenerList<T>
This is a customised subclass of ListenerList that adds thread-safety checks
for the WTK components.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WTKListenerList
public WTKListenerList()