Class WTKListenerList<T>

  • Type Parameters:
    T - The listener type contained in this list.
    All Implemented Interfaces:
    java.lang.Iterable<T>

    @Deprecated
    public class WTKListenerList<T>
    extends ListenerList<T>
    Deprecated.
    Since 2.1 because this class has been empty for some years.
    This is a customized subclass of ListenerList that adds thread-safety checks for the WTK components.
    • Constructor Summary

      Constructors 
      Constructor Description
      WTKListenerList()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • WTKListenerList

        public WTKListenerList()
        Deprecated.