|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.map.MapLoadAction<V>
V
- the value typepublic class MapLoadAction<V>
MapLoadAction.
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 |
---|
public MapLoadAction(MapLoadAction.Action action, V parameter)
action
- the actionparameter
- the parameterMethod Detail |
---|
public MapLoadAction.Action getAction()
public V getParameter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |