Uses of Class
org.apache.maven.wagon.events.SessionEvent

Packages that use SessionEvent
org.apache.maven.wagon.events   
org.apache.maven.wagon.observers   
 

Uses of SessionEvent in org.apache.maven.wagon.events
 

Methods in org.apache.maven.wagon.events with parameters of type SessionEvent
 void SessionEventSupport.fireSessionConnectionRefused(SessionEvent sessionEvent)
          Dispatches the given SessionEvent to all registered listeners (calls method SessionListener.sessionConnectionRefused(SessionEvent) on all of them}.
 void SessionEventSupport.fireSessionDisconnected(SessionEvent sessionEvent)
          Dispatches the given SessionEvent to all registered listeners (calls method SessionListener.sessionDisconnected(SessionEvent) on all of them}.
 void SessionEventSupport.fireSessionDisconnecting(SessionEvent sessionEvent)
          Dispatches the given SessionEvent to all registered listeners (calls method SessionListener.sessionDisconnecting(SessionEvent) } on all of them}.
 void SessionEventSupport.fireSessionError(SessionEvent sessionEvent)
          Dispatches the given SessionEvent to all registered listeners (calls method SessionListener.sessionConnectionRefused(SessionEvent) on all of them}.
 void SessionEventSupport.fireSessionLoggedIn(SessionEvent sessionEvent)
          Dispatches the given SessionEvent to all registered listeners (calls method SessionListener.sessionLoggedIn(SessionEvent) on all of them}.
 void SessionEventSupport.fireSessionLoggedOff(SessionEvent sessionEvent)
          Dispatches the given SessionEvent to all registered listeners (calls method SessionListener.sessionLoggedOff(SessionEvent) on all of them}.
 void SessionEventSupport.fireSessionOpened(SessionEvent sessionEvent)
          Dispatches the given SessionEvent to all registered listeners (calls method SessionListener.sessionOpened(SessionEvent) on all of them}.
 void SessionEventSupport.fireSessionOpening(SessionEvent sessionEvent)
          Dispatches the given SessionEvent to all registered listeners (calls method SessionListener.sessionOpening(SessionEvent) on all of them}.
 void SessionListener.sessionConnectionRefused(SessionEvent sessionEvent)
          This method will be called when Wagon when connection to the repository was refused.
 void SessionListener.sessionDisconnected(SessionEvent sessionEvent)
          This method will be called when Wagon has closed connection to the repository.
 void SessionListener.sessionDisconnecting(SessionEvent sessionEvent)
          This method will be called when Wagon has closed connection to to the repository.
 void SessionListener.sessionError(SessionEvent sessionEvent)
          This method will be called by Wagon when an error occurred.
 void SessionListener.sessionLoggedIn(SessionEvent sessionEvent)
          This method will be called by Wagon when Wagon managed to login to the repository.
 void SessionListener.sessionLoggedOff(SessionEvent sessionEvent)
          This method will be called by Wagon has logged off from the repository.
 void SessionListener.sessionOpened(SessionEvent sessionEvent)
          This method will be called when Wagon has successfully connected to to the repository.
 void SessionListener.sessionOpening(SessionEvent sessionEvent)
          This method will be called when Wagon is about to open connection to the repository.
 

Uses of SessionEvent in org.apache.maven.wagon.observers
 

Methods in org.apache.maven.wagon.observers with parameters of type SessionEvent
 void Debug.sessionConnectionRefused(SessionEvent sessionEvent)
           
 void Debug.sessionDisconnected(SessionEvent sessionEvent)
           
 void Debug.sessionDisconnecting(SessionEvent sessionEvent)
           
 void Debug.sessionError(SessionEvent sessionEvent)
           
 void Debug.sessionLoggedIn(SessionEvent sessionEvent)
           
 void Debug.sessionLoggedOff(SessionEvent sessionEvent)
           
 void Debug.sessionOpened(SessionEvent sessionEvent)
           
 void Debug.sessionOpening(SessionEvent sessionEvent)
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.