MouseEventSink

Kind of class:class
Inherits from:MovieClip
Author:Martijn de Visser
Classpath:org.asapframework.ui.MouseEventSink
File last modified:Thursday, 13 July 2006, 13:48:48
The MouseEventSink class can be attached to a movieclip to catch all mouse events it receives, thus preventing any clips on lower levels from receving those events.

Summary


Constructor
Event handlers

Constructor

MouseEventSink

function MouseEventSink (
)

Constructor

Event handlers

onPress

function onPress (
) : Void

onRelease

function onRelease (
) : Void

onReleaseOutside

function onReleaseOutside (
) : Void

onRollOut

function onRollOut (
) : Void

onRollOver

function onRollOver (
) : Void

Catch all mouse events