borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.model
java.lang.Object +----borland.jbcl.model.GraphSubfocusAdapter
Properties Methods
Implements GraphSubfocusListener, EventListener
A GraphSubfocusAdapter class implements the GraphSubfocusListener interface. The bodies of the methods are empty.
You can use the GraphSubfocusAdapter class to listen to only some of the graph-subfocus events. Extend the class, overriding the methods for the events you want your component to respond to.
If there are multiple listeners for graph-subfocus events, you can use a GraphSubfocusAdapter class for each object that listens to these events. This way your code won't have to test the source component to determine which one fired the event.