Package io.vertx.mutiny.ext.shell.term
Class SignalHandler
java.lang.Object
io.vertx.mutiny.ext.shell.term.SignalHandler
- All Implemented Interfaces:
MutinyDelegate
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSignalHandler
(io.vertx.ext.shell.term.SignalHandler delegate) SignalHandler
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
deliver
(int key) boolean
io.vertx.ext.shell.term.SignalHandler
int
hashCode()
static SignalHandler
newInstance
(io.vertx.ext.shell.term.SignalHandler arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
SignalHandler
public SignalHandler(io.vertx.ext.shell.term.SignalHandler delegate) -
SignalHandler
-
-
Method Details
-
getDelegate
public io.vertx.ext.shell.term.SignalHandler getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
deliver
public boolean deliver(int key) -
newInstance
-