- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.TreeSelectionListener
- Enclosing class:
- Sniffer
class Sniffer.MyTreeSelectionListener
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener
The listener interface for receiving myTreeSelection events.
The class that is interested in processing a myTreeSelection
event implements this interface, and the object created
with that class is registered with a component using the
component's addMyTreeSelectionListener method. When
the myTreeSelection event occurs, that object's appropriate
method is invoked.
- See Also:
MyTreeSelectionEvent