jbcl.model Package
java.util.EventListener +----com.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(GraphSubfocusEvent e)Responds to a change of the subfocus within the graph.
Parameters:
e
void subfocusChanging(GraphSubfocusEvent e)Requests to change the subfocus within the graph. The request can be vetoed by throwing
VetoException
.
Parameters:
e