|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.project.render.DeltaEvent<T>
public class DeltaEvent<T>
TODO Purpose of net.refractions.udig.project.render
Constructor Summary | |
---|---|
DeltaEvent(T legacy,
T current)
Creates an new instance of DeltaEvent |
Method Summary | |
---|---|
T |
getCurrent()
Returns a copy of the state of the changed object after the change occured |
T |
getLegacy()
Returns a copy of the state of the changed object before the change occured |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeltaEvent(T legacy, T current)
legacy
- a copy of the state of the changed object before the change occuredcurrent
- a copy of the state of the changed object after the change occuredMethod Detail |
---|
public T getLegacy()
public T getCurrent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |