java.lang.Object | |
↳ | sun.applet.AppletEventMulticaster |
AppletEventMulticaster class. This class manages an immutable structure consisting of a chain of AppletListeners and is responsible for dispatching events to them.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds Applet-listener-a with Applet-listener-b and
returns the resulting multicast listener.
| |||||||||||
Removes the old Applet-listener from Applet-listener-l and
returns the resulting multicast listener.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Removes a listener from this multicaster and returns the
resulting multicast listener.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Adds Applet-listener-a with Applet-listener-b and returns the resulting multicast listener.
a | Applet-listener-a |
---|---|
b | Applet-listener-b |
Removes the old Applet-listener from Applet-listener-l and returns the resulting multicast listener.
l | Applet-listener-l |
---|---|
oldl | the Applet-listener being removed |
Removes a listener from this multicaster and returns the resulting multicast listener.
oldl | the listener to be removed |
---|