Created
May 12, 2010 12:29
-
-
Save nsdevaraj/398521 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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