public interface IReconnection
Modifier and Type | Method and Description |
---|---|
void |
canceledReconnect(IReconnectionContext context)
Will called if the connection reconnect process was canceled after
dragging the start or end of the connection.
|
boolean |
canReconnect(IReconnectionContext context)
Can reconnect.
|
boolean |
canStartReconnect(IReconnectionContext context)
Can start reconnect.
|
void |
postReconnect(IReconnectionContext context)
Post reconnnect.
|
void |
preReconnect(IReconnectionContext context)
Pre reconnnect.
|
void |
reconnect(IReconnectionContext context)
Reconnnect.
|
boolean canReconnect(IReconnectionContext context)
context
- the contextvoid reconnect(IReconnectionContext context)
context
- the contextvoid preReconnect(IReconnectionContext context)
context
- the contextvoid postReconnect(IReconnectionContext context)
context
- the contextvoid canceledReconnect(IReconnectionContext context)
context
- the contextboolean canStartReconnect(IReconnectionContext context)
context
- the context