| Package | Description |
|---|---|
| org.apache.maven.wagon | |
| org.apache.maven.wagon.events | |
| org.apache.maven.wagon.observers |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractWagon.addSessionListener(SessionListener listener) |
|
void |
Wagon.addSessionListener(SessionListener listener) |
|
boolean |
AbstractWagon.hasSessionListener(SessionListener listener) |
|
boolean |
Wagon.hasSessionListener(SessionListener listener) |
|
void |
AbstractWagon.removeSessionListener(SessionListener listener) |
|
void |
Wagon.removeSessionListener(SessionListener listener) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SessionEventSupport.addSessionListener(SessionListener listener) |
Adds the listener to the collection of listeners
who will be notified when any session event occurs
in this
Wagon object. |
boolean |
SessionEventSupport.hasSessionListener(SessionListener listener) |
Returns whether the specified instance of session
listener was added to the collection of listeners
who will be notified when an session event occurs
|
void |
SessionEventSupport.removeSessionListener(SessionListener listener) |
Removes the session listener from the collection of listeners so
it no longer receives session events.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Debug |