IRemovableEventDispatcher
| Kind of class: | public interface |
|---|---|
| Package: | org.casalib.events |
| Inherits from: | IEventDispatcher |
| Implemented by: | |
| Version: | 10/27/08 |
| Author: | Aaron Clinger |
| Classpath: | org.casalib.events.IRemovableEventDispatcher |
| File last modified: | Monday, 01 December 2008, 11:16:36 |
Summary
Instance methods
- removeEventsForType (type:String) : void
- Removes all events of a specific type.
- removeEventsForListener (listener:Function) : void
- Removes all events that report to the specified listener.
- removeEventListeners : void
- Removes all event listeners.
Instance methods
removeEventListeners
public function removeEventListeners (
) : void
Removes all event listeners.
removeEventsForListener
public function removeEventsForListener (
listener:Function) : void
Removes all events that report to the specified listener.
Parameters:
listener:
The listener function that processes the event.
removeEventsForType
public function removeEventsForType (
type:String) : void
Removes all events of a specific type.
Parameters:
type:
The type of event.