| java.lang.Object net.refractions.udig.tools.edit.support.EditBlackboardEvent
EditBlackboardEvent | public class EditBlackboardEvent (Code) | | Event detailing a change in the blackboard.
author: jones since: 1.1.0 |
Inner Class :public static enum EventType | |
Field Summary | |
public Object | privateData Some data where information can be squirreled away for use by the framework. |
privateData | public Object privateData(Code) | | Some data where information can be squirreled away for use by the framework. this should not be depended on by
non-uDig developers.
|
getNewValue | public Object getNewValue()(Code) | | Returns the value after the change. See Also: EventType |
getOldValue | public Object getOldValue()(Code) | | Returns the value before the change. See Also: EventType |
getSource | public Object getSource()(Code) | | Returns the source of the change this is determine by the type of the event. See Also: EventType |
getType | public EventType getType()(Code) | | Returns the type. |
|
|