borland Packages Class Hierarchy jbcl.model Package Index
java.util.EventListener +----borland.jbcl.model.GraphSubfocusListener
Methods
Implemented by GraphSubfocusAdapter
The GraphSubfocusListener interface provides the methods to respond to graph-sufocus events: subfocusChanged() and subfocusChanging().
void subfocusChanged(borland.jbcl.model.GraphSubfocusEvent e)Responds to a change of the subfocus within the graph.
Parameters:
void subfocusChanging(borland.jbcl.model.GraphSubfocusEvent e)Requests to change the subfocus within the graph. The request can be vetoed by throwing VetoException.
Parameters: