org.jactr.modules.pm.visual.event
Class VisualFeatureMapEvent
java.lang.Object
org.jactr.core.event.AbstractACTREvent<IVisualFeatureMap,IVisualFeatureMapListener>
org.jactr.modules.pm.visual.event.VisualFeatureMapEvent
- All Implemented Interfaces:
- IACTREvent<IVisualFeatureMap,IVisualFeatureMapListener>
public class VisualFeatureMapEvent
- extends AbstractACTREvent<IVisualFeatureMap,IVisualFeatureMapListener>
|
Field Summary |
static org.apache.commons.logging.Log |
LOGGER
logger definition |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
public static final org.apache.commons.logging.Log LOGGER
- logger definition
VisualFeatureMapEvent
public VisualFeatureMapEvent(IVisualFeatureMap featureMap,
org.commonreality.identifier.IIdentifier identifier,
VisualFeatureMapEvent.Type type)
getIdentifier
public org.commonreality.identifier.IIdentifier getIdentifier()
getType
public VisualFeatureMapEvent.Type getType()
fire
public void fire(IVisualFeatureMapListener listener)
- Description copied from interface:
IACTREvent
- dispatch this event to a listener on the provided executor
- Specified by:
fire in interface IACTREvent<IVisualFeatureMap,IVisualFeatureMapListener>- Specified by:
fire in class AbstractACTREvent<IVisualFeatureMap,IVisualFeatureMapListener>
- See Also:
AbstractACTREvent.fire(java.lang.Object)