|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - The type of the parameter of the
method that this delegate encapsulates.public interface IAction<T>
The Interface IAction.
| Method Summary | |
|---|---|
void |
action(T obj)
Encapsulates a method that takes a single parameter and does not return a value. |
| Method Detail |
|---|
void action(T obj)
obj - The parameter of the method that this delegate encapsulates.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||