com.esri.android.map.event
Class MapLoadAction<V>

java.lang.Object
  extended by com.esri.android.map.event.MapLoadAction<V>
Type Parameters:
V -

public class MapLoadAction<V>
extends Object

MapLoadAction


Nested Class Summary
static class MapLoadAction.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
equals, 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 -
parameter -
Method Detail

getAction

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

Returns:
Returns the action.

getParameter

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

Returns:
Returns the parameter.


Copyright © 2012. All Rights Reserved.