G-L > Key.removeListener |
![]() ![]() ![]() |
Key.removeListener
Availability
Flash Player 6.
Usage
Key.removeListener (
listener
)
Parameters
listener
An object.
Returns
If the listener
was successfully removed, the method returns true
. If the listener
was not successfully removed, for example if the listener
was not on the Key object's listener list, the method returns false
.
Description
Method; removes an object previously registered with the addListener
method.
![]() ![]() ![]() |