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, initialiseprotected boolean allowed(Command command, KernelState state)
AbstractCommandFilterallowed in class AbstractCommandFiltercommand - The command.state - The kernel state.