com.ca.directory.jxplorer.event
Interface JXplorerEventGenerator

All Known Implementing Classes:
JXplorer, SmartTree

public interface JXplorerEventGenerator

This interface defines the functionality required to fire a JXplorer event. JXplorer events are used to communicate to programs that are using JXplorer as an embedded Swing component.

See Also:
JXplorerEvent

Method Summary
 void fireJXplorerEvent(JXplorerEvent e)
          The method used to fire a JXplorerEvent
 

Method Detail

fireJXplorerEvent

public void fireJXplorerEvent(JXplorerEvent e)
The method used to fire a JXplorerEvent