eu.planets_project.services.view
Class ViewStatus
java.lang.Object
eu.planets_project.services.view.ViewStatus
public class ViewStatus
- extends java.lang.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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewStatus
public ViewStatus(ViewStatus.Status state,
java.util.List<Property> properties)
- Parameters:
state - The stateproperties - The properties
getState
public ViewStatus.Status getState()
- Returns:
- the state
getProperties
public java.util.List<Property> getProperties()
- Returns:
- the properties
Copyright © 2007-2010 The Planets Consortium. All Rights Reserved.