Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.jdeveloper.tree
Interface TreeMouseClickHandler


public interface TreeMouseClickHandler

This interface is to be implemented by the object that is to respond when a tree node receives a mouse click. The TreeMouseAdapter interface expects to get a reference to an object that implements the TreeMouseClickHandler interface. If the object does implement the interface, then the handleMouseClick() method is messaged.


Method Summary
 void handleMouseClick()
           
 

Method Detail

handleMouseClick

void handleMouseClick()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.