Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
CueGestureListener Interface Reference
Inheritance diagram for CueGestureListener:

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)
 

Detailed Description

CueListener defines the interface for an object that listens to requests for moving and adding of nodes to a CueTree.

Author
Marc McIntyre mmcin.nosp@m.tyre.nosp@m.@squi.nosp@m.z.ne.nosp@m.t

Definition at line 27 of file CueGestureListener.java.

Member Function Documentation

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.


The documentation for this interface was generated from the following file: