|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - The type of object which this action accepts.public interface Action<T>
Performs some action against objects of type T.
| Method Summary | |
|---|---|
void |
execute(T t)
Performs this action against the given object. |
| Method Detail |
|---|
void execute(T t)
t - The object to perform the action on.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||