| Package | Description |
|---|---|
| com.teamdev.jexplorer |
Contains the basic classes and interfaces.
|
| com.teamdev.jexplorer.event |
Contains interfaces and classes for dealing with different
types of events fired by
Browser component. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StatusListener> |
Browser.getStatusListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
Browser.addStatusListener(StatusListener listener) |
void |
Browser.removeStatusListener(StatusListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
StatusAdapter
An abstract adapter class for receiving status events.
|