-
public final class GAAction
-
-
Field Summary
Fields Modifier and Type Field Description private final GAActionTypetypeprivate final GAButtonbutton
-
Constructor Summary
Constructors Constructor Description GAAction(GAActionType type, GAButton button)
-
Method Summary
Modifier and Type Method Description final GAActionTypecomponent1()final GAButtoncomponent2()final GAActioncopy(GAActionType type, GAButton button)final GAActionTypegetType()final GAButtongetButton()-
-
Constructor Detail
-
GAAction
GAAction(GAActionType type, GAButton button)
-
-
Method Detail
-
component1
final GAActionType component1()
-
component2
final GAButton component2()
-
copy
final GAAction copy(GAActionType type, GAButton button)
-
getType
final GAActionType getType()
-
-
-
-