com.esri.map
Class MapLoadAction<V>

java.lang.Object
  extended by com.esri.map.MapLoadAction<V>
Type Parameters:
V - the value type

public class MapLoadAction<V>
extends Object

MapLoadAction.

Since:
1.0

Nested Class Summary
static class MapLoadAction.Action
          The Enum Action.
 
Constructor Summary
MapLoadAction(MapLoadAction.Action action, V parameter)
          Instantiates an object of MapLoadAction.
 
Method Summary
 MapLoadAction.Action getAction()
          Gets the action of the MapLoadAction.
 V getParameter()
          Gets the parameter of the MapLoadAction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapLoadAction

public MapLoadAction(MapLoadAction.Action action,
                     V parameter)
Instantiates an object of MapLoadAction.

Parameters:
action - the action
parameter - the parameter
Since:
1.1
Method Detail

getAction

public MapLoadAction.Action getAction()
Gets the action of the MapLoadAction.

Returns:
Returns the action.
Since:
1.1

getParameter

public V getParameter()
Gets the parameter of the MapLoadAction.

Returns:
Returns the parameter.
Since:
1.1


Copyright © 2012. All Rights Reserved.