public interface Action<T>
Interface for an action that will be executed on a given target.
Modifier and Type | Method and Description |
---|---|
void |
executeOn(T target)
Executes the action on the given target.
|
void executeOn(T target)
Executes the action on the given target.
target
- the target of the actionCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.