//Method that defines that actual command and should return true if the transition
//it could be mapped into should take place.
public boolean execute(HTMLSessionVariable sessionVariable) throws Exception {
XFile file = JnexExampleHtmlApplication.getTextFile();
file.writeText(sessionVariable.getApplicationModel().dragData());
return true;
}
}