public class WrongTimeCommandFilter extends AbstractCommandFilter
Constructor and Description |
---|
WrongTimeCommandFilter() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
allowed(Command command,
KernelState state)
Find out if a particular command is allowed.
|
filter, initialise
protected boolean allowed(Command command, KernelState state)
AbstractCommandFilter
allowed
in class AbstractCommandFilter
command
- The command.state
- The kernel state.