org.granite.client.tide.data.impl
Class DirtyCheckContextImpl.Change
java.lang.Object
org.granite.client.tide.data.impl.DirtyCheckContextImpl.Change
- Enclosing class:
- DirtyCheckContextImpl
public static class DirtyCheckContextImpl.Change
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirtyCheckContextImpl.Change
public DirtyCheckContextImpl.Change(DataManager.ChangeKind kind,
int location,
Object[] items)
getKind
public DataManager.ChangeKind getKind()
getLocation
public int getLocation()
getItems
public Object[] getItems()
moveLocation
public void moveLocation(int offset)