Skip to content

Instantly share code, notes, and snippets.

@nsdevaraj
Created May 12, 2010 12:46
Show Gist options
  • Save nsdevaraj/398540 to your computer and use it in GitHub Desktop.
Save nsdevaraj/398540 to your computer and use it in GitHub Desktop.
[MediateSignal(type="ResultSignal")]
public function resultHandler(obj:Object,signal:SignalVO):void {
if(signal.destination == personDAO.destination && signal.objectId == this.name)
currentInstance.currentPerson =
GetVOUtil.getPersonObject(currentInstance.currentPerson.personLogin,
currentInstance.currentPerson.personPassword,personDAO.collection.items as ArrayCollection);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment