Package com.mysql.cj
Interface Session.SessionEventListener
- All Known Implementing Classes:
ConnectionImpl
- Enclosing interface:
- Session
public static interface Session.SessionEventListener
-
Method Summary
Modifier and Type Method Description void
handleCleanup(java.lang.Throwable whyCleanedUp)
void
handleNormalClose()
void
handleReconnect()
-
Method Details
-
handleNormalClose
void handleNormalClose() -
handleReconnect
void handleReconnect() -
handleCleanup
void handleCleanup(java.lang.Throwable whyCleanedUp)
-