borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.model 

GraphSubfocusListener interface

java.util.EventListener
   +----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(borland.jbcl.model.GraphSubfocusEvent)

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

Parameters:

e
The graph-subfocus event object.

subfocusChanging(borland.jbcl.model.GraphSubfocusEvent)

  void subfocusChanging(borland.jbcl.model.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.