public abstract class MapEvent
extends java.util.EventObject
See sub classes for implementation details.
Constructor and Description |
---|
MapEvent(java.lang.Object source,
java.lang.String type,
java.lang.String scopeId) |
Modifier and Type | Method and Description |
---|---|
abstract void |
executeManipulationFor(UnfoldingMap map) |
java.lang.String |
getScopeId()
Gets the scope of this event.
|
java.lang.String |
getSubType()
Returns the sub type of this event.
|
java.lang.String |
getType()
Returns the type of this event.
|
boolean |
isTweening() |
void |
setSubType(java.lang.String subType)
Sets the sub type of this event.
|
void |
setTweening(boolean tweening) |
public MapEvent(java.lang.Object source, java.lang.String type, java.lang.String scopeId)
public java.lang.String getType()
public java.lang.String getSubType()
public void setSubType(java.lang.String subType)
subType
- The name of this sub type.public java.lang.String getScopeId()
EventDispatcher.register(MapEventListener, String, String...)
.public void setTweening(boolean tweening)
public boolean isTweening()
public abstract void executeManipulationFor(UnfoldingMap map)