//Get the name of the current event type
public String getName();
//Get the name of the control that triggered this event.
//This is only valid for the OnAction event.
//Null will be returned for all other event types.
public String getFor();
//Get a Vector of documents that contains all
//the documents that have been "selected" in the view.
public Vector getSelectedDocuments();
//Get a vector that contains the UNIDs of all the
//documents that have been "selected" in the view.
public Vector getSelectedUNIDs();