| java.lang.Object sun.applet.AppletEventMulticaster
AppletEventMulticaster | public class AppletEventMulticaster implements AppletListener(Code) | | AppletEventMulticaster class. This class manages an immutable
structure consisting of a chain of AppletListeners and is
responsible for dispatching events to them.
version: 1.9, 08/19/02 author: Sunita Mani |
remove | public static AppletListener remove(AppletListener l, AppletListener oldl)(Code) | | Removes the old Applet-listener from Applet-listener-l and
returns the resulting multicast listener.
Parameters: l - Applet-listener-l Parameters: oldl - the Applet-listener being removed |
remove | protected AppletListener remove(AppletListener oldl)(Code) | | Removes a listener from this multicaster and returns the
resulting multicast listener.
Parameters: oldl - the listener to be removed |
|
|