Package sqlline
Interface SqlLineSignalHandler
-
- All Known Implementing Classes:
SunSignalHandler
public interface SqlLineSignalHandler
A signal handler interface for SQLLine. The interface is decoupled from the implementation since signal handlers are not portable across JVMs, so we use dynamic class-loading.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCallback(DispatchCallback dispatchCallback)
Sets the dispatchCallback to be alerted of by signals.
-
-
-
Method Detail
-
setCallback
void setCallback(DispatchCallback dispatchCallback)
Sets the dispatchCallback to be alerted of by signals.- Parameters:
dispatchCallback
- statement affected
-
-