|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionListener
Interface for classes which wants to receive and respond to any session update events.
| Method Summary | |
|---|---|
void |
debug(java.lang.String message)
This methid allows to send arbitrary debug messages. |
void |
sessionConnectionRefused(SessionEvent sessionEvent)
This method will be called when Wagon when connection to the repository was refused. |
void |
sessionDisconnected(SessionEvent sessionEvent)
This method will be called when Wagon has closed connection to the repository. |
void |
sessionDisconnecting(SessionEvent sessionEvent)
This method will be called when Wagon has closed connection to to the repository. |
void |
sessionError(SessionEvent sessionEvent)
This method will be called by Wagon when an error occured. |
void |
sessionLoggedIn(SessionEvent sessionEvent)
This method will be called by Wagon when Wagon manged to login to the repository. |
void |
sessionLoggedOff(SessionEvent sessionEvent)
This method will be called by Wagon has logged off from the repository. |
void |
sessionOpened(SessionEvent sessionEvent)
This method will be called when Wagon has sucessfully connected to to the repository. |
void |
sessionOpening(SessionEvent sessionEvent)
This method will be called when Wagon is about to open connection to the repository. |
| Method Detail |
|---|
void sessionOpening(SessionEvent sessionEvent)
SessionEvent.SESSION_OPENING
sessionEvent - the session eventvoid sessionOpened(SessionEvent sessionEvent)
SessionEvent.SESSION_OPENED
sessionEvent - the session eventvoid sessionDisconnecting(SessionEvent sessionEvent)
SessionEvent.SESSION_DISCONNECTING
sessionEvent - the session eventvoid sessionDisconnected(SessionEvent sessionEvent)
SessionEvent.SESSION_DISCONNECTED
sessionEvent - the session eventvoid sessionConnectionRefused(SessionEvent sessionEvent)
SessionEvent.SESSION_CONNECTION_REFUSED
sessionEvent - the session eventvoid sessionLoggedIn(SessionEvent sessionEvent)
sessionEvent - the session eventvoid sessionLoggedOff(SessionEvent sessionEvent)
SessionEvent.SESSION_LOGGED_OFF
sessionEvent - the session eventvoid sessionError(SessionEvent sessionEvent)
SessionEvent.SESSION_ERROR_OCCURRED
sessionEvent - the session eventvoid debug(java.lang.String message)
message - the debug messgae
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||