org.apache.pivot.wtk
Class WTKListenerList<T>

java.lang.Object
  extended by org.apache.pivot.util.ListenerList<T>
      extended by org.apache.pivot.wtk.WTKListenerList<T>
All Implemented Interfaces:
Iterable<T>

public class WTKListenerList<T>
extends ListenerList<T>

This is a customized subclass of ListenerList that adds thread-safety checks for the WTK components.


Constructor Summary
WTKListenerList()
           
 
Method Summary
 
Methods inherited from class org.apache.pivot.util.ListenerList
add, contains, get, getLength, isEmpty, iterator, remove, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WTKListenerList

public WTKListenerList()