public interface ComponentAction<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
execute(T component)
Passed a component instance, the action should operate upon the instance.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.