public abstract class CommandInterceptor extends Object implements CommandExecutor
Modifier and Type | Field and Description |
---|---|
protected CommandExecutor |
next
will be initialized by the
CommandInterceptorChains |
Constructor and Description |
---|
CommandInterceptor() |
Modifier and Type | Method and Description |
---|---|
CommandExecutor |
getNext() |
void |
setNext(CommandExecutor next) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
protected CommandExecutor next
CommandInterceptorChains
public CommandExecutor getNext()
public void setNext(CommandExecutor next)
Copyright © 2015. All rights reserved.