com.ca.directory.jxplorer.event
Interface JXplorerListener
- All Superinterfaces:
- java.util.EventListener
- public interface JXplorerListener
- extends java.util.EventListener
The listener interface for receiving JXplorer events.
The class that is interested in processing an JXplorer event
implements this interface, and the object created with that
class is registered with a component, using the component's
addJXplorerListener method. When the JXplorer event
occurs, that object's JXplorerDNSelected method is
invoked.
- See Also:
JXplorerEvent
JXplorerDNSelected
public void JXplorerDNSelected(JXplorerEvent e)
- Invoked when an JXplorer occurs.