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