-
public final class VitalOperationStepEvent.ContainerView Container properties (view wrapping the current view)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVitalOperationStepEvent.Container.Companion
-
Field Summary
Fields Modifier and Type Field Description private final VitalOperationStepEvent.ContainerViewviewprivate final VitalOperationStepEvent.VitalOperationStepEventSourcesource
-
Constructor Summary
Constructors Constructor Description VitalOperationStepEvent.Container(VitalOperationStepEvent.ContainerView view, VitalOperationStepEvent.VitalOperationStepEventSource source)
-
Method Summary
Modifier and Type Method Description final VitalOperationStepEvent.ContainerViewgetView()final VitalOperationStepEvent.VitalOperationStepEventSourcegetSource()final JsonElementtoJson()-
-
Constructor Detail
-
VitalOperationStepEvent.Container
VitalOperationStepEvent.Container(VitalOperationStepEvent.ContainerView view, VitalOperationStepEvent.VitalOperationStepEventSource source)
- Parameters:
view- Attributes of the view's containersource- Source of the parent view
-
-
Method Detail
-
getView
final VitalOperationStepEvent.ContainerView getView()
-
getSource
final VitalOperationStepEvent.VitalOperationStepEventSource getSource()
-
toJson
final JsonElement toJson()
-
-
-
-