public class MoveEvent extends AMXEvent
| Constructor and Description | 
|---|
| MoveEvent()Creates a new MoveEvent | 
| MoveEvent(Object rowKeyMoved,
         Object rowKeyInsertedBefore)Creates a new MoveEvent | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getRowKeyInsertedBefore()Returns the rowKey that the moved row was inserted before. | 
| Object | getRowKeyMoved()Returns the rowKey that was moved. | 
| void | setRowKeyInsertedBefore(Object rowKeyInsertedBefore)Sets the rowKey that the moved row was inserted before. | 
| void | setRowKeyMoved(Object rowKeyMoved)Sets the rowKey that was moved. | 
public MoveEvent()
public MoveEvent(Object rowKeyMoved,
                 Object rowKeyInsertedBefore)
rowKeyMoved - the rowKey that was moved.rowKeyInsertedBefore - the rowKey that the moved row was inserted before.public Object getRowKeyMoved()
public void setRowKeyMoved(Object rowKeyMoved)
public Object getRowKeyInsertedBefore()
public void setRowKeyInsertedBefore(Object rowKeyInsertedBefore)