eu.planets_project.services.view
Class ViewStatus
java.lang.Object
eu.planets_project.services.view.ViewStatus
public class ViewStatus
- extends Object
This is returned when a viewing session is polled for it's current status.
Any properties determined during the viewing session can be returned here, or
queried directly using the doAction interface.
- Author:
- Andy Jackson
ViewStatus
public ViewStatus(ViewStatus.Status state,
List<Property> properties)
- Parameters:
state
- The stateproperties
- The properties
getState
public ViewStatus.Status getState()
- Returns:
- the state
getProperties
public List<Property> getProperties()
- Returns:
- the properties
Copyright © 2013 Open Planets Foundation. All Rights Reserved.