Squiz Matrix
4.12.2
|
Public Member Functions | |
void | moveGestureRecognized (CueEvent evt) |
void | moveGestureCompleted (CueEvent evt) |
void | multipleMoveGestureRecognized (CueEvent evt) |
void | multipleMoveGestureCompleted (CueEvent evt) |
void | multipleAddGestureRecognized (CueEvent evt) |
void | multipleAddGestureCompleted (CueEvent evt) |
void | addGestureRecognized (CueEvent evt) |
void | addGestureCompleted (CueEvent evt) |
CueListener defines the interface for an object that listens to requests for moving and adding of nodes to a CueTree.
Definition at line 27 of file CueGestureListener.java.
void addGestureCompleted | ( | CueEvent | evt | ) |
Tells listeners that a request for a node to be added has completed. If the parent where the node was not expanded, the index is -1, and therefore is up to the implementing CueListener to determine where the node should be added to in the tree
void addGestureRecognized | ( | CueEvent | evt | ) |
Tells listeners that a request for a node to be added has begun.
void moveGestureCompleted | ( | CueEvent | evt | ) |
Tells listeners that a request for a node to be move has completed. If the parent where the node was not expanded, the index is -1, and therefore is up to the implementing CueListener to determine where the node should be moved to in the tree
void moveGestureRecognized | ( | CueEvent | evt | ) |
Tells listeners that a request for a node to be move has begun.