Action
Inheritance: java.lang.Object, com.groupdocs.search.common.Delegate, com.groupdocs.search.common.MulticastDelegate
public abstract class Action extends MulticastDelegate
Encapsulates a method that has no parameters and does not return a value.
Constructors
Constructor | Description |
---|---|
Action() |
Methods
Method | Description |
---|---|
invoke() | The method to be invoked. |
Action()
public Action()
invoke()
public abstract void invoke()
The method to be invoked.