| java.lang.Object net.refractions.udig.project.render.DeltaEvent
DeltaEvent | public class DeltaEvent (Code) | | TODO Purpose of net.refractions.udig.project.render
author: Jesse since: 1.0.0 |
Constructor Summary | |
public | DeltaEvent(T legacy, T current) |
DeltaEvent | public DeltaEvent(T legacy, T current)(Code) | | Creates an new instance of DeltaEvent
Parameters: legacy - a copy of the state of the changed object before the change occured Parameters: current - a copy of the state of the changed object after the change occured |
getCurrent | public T getCurrent()(Code) | | Returns a copy of the state of the changed object after the change occured
a copy of the state of the changed object after the change occured |
getLegacy | public T getLegacy()(Code) | | Returns a copy of the state of the changed object before the change occured
a copy of the state of the changed object before the change occured |
|
|