public interface VoidContextCommand<T> extends ContextCommand<T,Void>
| Modifier and Type | Method and Description |
|---|---|
default Void |
execute(T system,
PrevalanceContext context) |
void |
executeVoid(T system,
PrevalanceContext context) |
default Void execute(T system, PrevalanceContext context)
execute in interface ContextCommand<T,Void>system - reference to mutable systemcontext - context info (such as date)void executeVoid(T system, PrevalanceContext context)
Copyright © 2015. All rights reserved.