Skip to content

Instantly share code, notes, and snippets.

@nsdevaraj
Created May 12, 2010 12:29
Show Gist options
  • Save nsdevaraj/398521 to your computer and use it in GitHub Desktop.
Save nsdevaraj/398521 to your computer and use it in GitHub Desktop.
AbstractDAO is extended from CRUDObject, whenever an AbstractSignal is dispatched.
This DAO is responsible for performing the Server Request initiation.
if(obj.destination == this.destination) makes sure the DAO Object required
and invokes the required function.
The invoke functions were kept in CRUDObject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment