Liking cljdoc? Tell your friends :D

jdk.awt.event.AWTEventListenerProxy

A class which extends the EventListenerProxy specifically for adding an AWTEventListener for a specific event mask. Instances of this class can be added as AWTEventListeners to a Toolkit object.

The getAWTEventListeners method of Toolkit can return a mixture of AWTEventListener and AWTEventListenerProxy objects.

A class which extends the EventListenerProxy
specifically for adding an AWTEventListener
for a specific event mask.
Instances of this class can be added as AWTEventListeners
to a Toolkit object.

The getAWTEventListeners method of Toolkit
can return a mixture of AWTEventListener
and AWTEventListenerProxy objects.
raw docstring

->awt-event-listener-proxyclj

(->awt-event-listener-proxy event-mask listener)

Constructor.

Constructor which binds the AWTEventListener to a specific event mask.

event-mask - the bitmap of event types to receive - long listener - the listener object - java.awt.event.AWTEventListener

Constructor.

Constructor which binds the AWTEventListener
 to a specific event mask.

event-mask - the bitmap of event types to receive - `long`
listener - the listener object - `java.awt.event.AWTEventListener`
raw docstring

event-dispatchedclj

(event-dispatched this event)

Forwards the AWT event to the listener delegate.

event - the AWT event - java.awt.AWTEvent

Forwards the AWT event to the listener delegate.

event - the AWT event - `java.awt.AWTEvent`
raw docstring

get-event-maskclj

(get-event-mask this)

Returns the event mask associated with the listener.

returns: the event mask associated with the listener - long

Returns the event mask associated with the listener.

returns: the event mask associated with the listener - `long`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close