Package org.citydb.plugin.extension.view
Class ViewEvent
- java.lang.Object
-
- org.citydb.plugin.extension.view.ViewEvent
-
public final class ViewEvent extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ViewEvent.ViewState
-
Constructor Summary
Constructors Constructor Description ViewEvent(View view, ViewEvent.ViewState viewState, java.lang.Object source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description View
getView()
ViewEvent.ViewState
getViewState()
-
-
-
Constructor Detail
-
ViewEvent
public ViewEvent(View view, ViewEvent.ViewState viewState, java.lang.Object source)
-
-
Method Detail
-
getView
public View getView()
-
getViewState
public ViewEvent.ViewState getViewState()
-
-