Action1
Inheritance: java.lang.Object, com.groupdocs.search.common.Delegate, com.groupdocs.search.common.MulticastDelegate
public abstract class Action1<T> extends MulticastDelegate
Encapsulates a method that has a single parameter and does not return a value.
Constructors
Constructor | Description |
---|---|
Action1() |
Methods
Method | Description |
---|---|
invoke(T arg) | The method to be invoked. |
Action1()
public Action1()
invoke(T arg)
public abstract void invoke(T arg)
The method to be invoked.
Parameters:
Parameter | Type | Description |
---|---|---|
arg | T | The parameter. |