|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void sessionOpening(SessionEvent sessionEvent)
SessionEvent.SESSION_OPENING
sessionEvent
- the session eventpublic void sessionOpened(SessionEvent sessionEvent)
SessionEvent.SESSION_OPENED
sessionEvent
- the session eventpublic void sessionDisconnecting(SessionEvent sessionEvent)
SessionEvent.SESSION_DISCONNECTING
sessionEvent
- the session eventpublic void sessionDisconnected(SessionEvent sessionEvent)
SessionEvent.SESSION_DISCONNECTED
sessionEvent
- the session eventpublic void sessionConnectionRefused(SessionEvent sessionEvent)
SessionEvent.SESSION_CONNECTION_REFUSED
sessionEvent
- the session eventpublic void sessionLoggedIn(SessionEvent sessionEvent)
sessionEvent
- the session eventpublic void sessionLoggedOff(SessionEvent sessionEvent)
SessionEvent.SESSION_LOGGED_OFF
sessionEvent
- the session eventpublic void sessionError(SessionEvent sessionEvent)
SessionEvent.SESSION_ERROR_OCCURRED
sessionEvent
- the session eventpublic void 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 |