eu.planets_project.services.view
Class ViewStatus

java.lang.Object
  extended by 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

Nested Class Summary
static class ViewStatus.Status
          Possible states.
 
Constructor Summary
ViewStatus(ViewStatus.Status state, List<Property> properties)
           
 
Method Summary
 List<Property> getProperties()
           
 ViewStatus.Status getState()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewStatus

public ViewStatus(ViewStatus.Status state,
                  List<Property> properties)
Parameters:
state - The state
properties - The properties
Method Detail

getState

public ViewStatus.Status getState()
Returns:
the state

getProperties

public List<Property> getProperties()
Returns:
the properties


Copyright © 2013 Open Planets Foundation. All Rights Reserved.