-
public final class ActionEvent.DdActionAction properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classActionEvent.DdAction.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ActionEvent.Positionpositionprivate final ActionEvent.DdActionTargettarget
-
Constructor Summary
Constructors Constructor Description ActionEvent.DdAction(ActionEvent.Position position, ActionEvent.DdActionTarget target)
-
Method Summary
Modifier and Type Method Description final ActionEvent.PositiongetPosition()final ActionEvent.DdActionTargetgetTarget()final JsonElementtoJson()-
-
Constructor Detail
-
ActionEvent.DdAction
ActionEvent.DdAction(ActionEvent.Position position, ActionEvent.DdActionTarget target)
- Parameters:
position- Action position propertiestarget- Target properties
-
-
Method Detail
-
getPosition
final ActionEvent.Position getPosition()
-
getTarget
final ActionEvent.DdActionTarget getTarget()
-
toJson
final JsonElement toJson()
-
-
-
-