public class IoHandlerChain.Entry
extends java.lang.Object
IoHandlerChain
contains.Modifier and Type | Method | Description |
---|---|---|
IoHandlerCommand |
getCommand() |
Returns the command.
|
java.lang.String |
getName() |
Returns the name of the command.
|
IoHandlerCommand.NextCommand |
getNextCommand() |
Returns the
IoHandlerCommand.NextCommand of the command. |
public java.lang.String getName()
public IoHandlerCommand getCommand()
public IoHandlerCommand.NextCommand getNextCommand()
IoHandlerCommand.NextCommand
of the command.