(proxy-action-listener action-handler)
(proxy-change-listener change-handler)
(proxy-combo-box-selection-listener ctx selection-change-handler)
(proxy-component-hidden-listener handler)
(proxy-component-resize-listener component-resize-handler)
(proxy-component-shown-listener handler)
(proxy-document-listener-to-text-change-listener text-component
text-change-handler)
(proxy-focus-gained ctx focus-gained-handler)
(proxy-focus-lost ctx focus-lost-handler)
(proxy-key-pressed-listener handler)
(proxy-list-selection-listener ctx selection-change-handler)
(proxy-mouse-listener-click app-ref click-handler)
(proxy-mouse-listener-wheel-moved ctx wheel-moved-handler)
(proxy-property-change-listener property-change-handler)
(proxy-tree-list-selection-listener ctx table selection-change-handler)
(proxy-tree-selection-listener ctx selection-change-handler)
(proxy-window-listener-close app-ref onscreen-component handler)
(remove-listener component listener-name on-name)
Removes Retroact managed listeners from component matching the class on-name (e.g., RetroactSwingOnClick) using methods derived from listener-name. For example, if listener-name has the value MouseListener and on-name has the value RetroactSwingOnClick, then getMouseListeners and removeMouseListener will be used for all listeners that are instances of RetroactSwingOnClick.
Removes Retroact managed listeners from component matching the class on-name (e.g., RetroactSwingOnClick) using methods derived from listener-name. For example, if listener-name has the value MouseListener and on-name has the value RetroactSwingOnClick, then getMouseListeners and removeMouseListener will be used for all listeners that are instances of RetroactSwingOnClick.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close