jbcl.model Package 

GraphSubfocusListener interface

java.util.EventListener
   +----com.borland.jbcl.model.GraphSubfocusListener

About the GraphSubfocusListener interface

Methods  

Implemented by GraphSubfocusAdapter

The GraphSubfocusListener interface provides the methods to respond to graph-sufocus events: subfocusChanged() and subfocusChanging().


GraphSubfocusListener methods

Methods defined in this interface


GraphSubfocusListener methods

subfocusChanged(com.borland.jbcl.model.GraphSubfocusEvent)

  void subfocusChanged(GraphSubfocusEvent e)
Responds to a change of the subfocus within the graph.

Parameters:

e
The graph-subfocus event object.

subfocusChanging(com.borland.jbcl.model.GraphSubfocusEvent)

  void subfocusChanging(GraphSubfocusEvent e)
Requests to change the subfocus within the graph. The request can be vetoed by throwing VetoException.

Parameters:

e
The graph-subfocus event object.