public abstract class AbstractExecutionBody<T> extends Object
CockpitLocaleService.executeWithLocale(AbstractExecutionBody, java.util.Locale).| Constructor and Description |
|---|
AbstractExecutionBody() |
| Modifier and Type | Method and Description |
|---|---|
T |
execute()
You can override this method if you want to have a result.
|
void |
executeWithoutResult()
You can override this method if you do not need a result.
|
public T execute()
public void executeWithoutResult()
Copyright © 2018. All rights reserved.