Package org.apache.maven.wagon.events

Interface Summary

SessionListener Interface for classes which wants to receive and respond to any session update events.
TransferListener

Class Summary

SessionEvent SessionEvent is used for notifing SessionListeners about occurences of various sistutation releated.
SessionEventSupport The class allows registration and deregistration of session listeners
TransferEvent TransferEvent is used to notify TransferListeners about progress in transfer of resources form/to the respository
TransferEventSupport The class allows registration and removal of event listners of type TransferListener and dispatch of those events to those listeners
WagonEvent Base class for all events emitted by Wagon objects.