JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.scichart.core.common
Interface Action1<T>
Type Parameters:
T
- Type of argument
public interface
Action1<T>
Interface which defines action which accepts one argument
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
execute
(
T
arg)
Executes action with specified param
Method Detail
execute
void execute(
T
arg)
Executes action with specified param
Parameters:
arg
- Argument for action
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method