CommandServiceManager -1.00
Phoenix engine interface
Classes/CommonHeaders/CommandDelegate.h
00001 /*
00002  *  CommandDelegate.h
00003  *  CommandServiceManager
00004  *
00005  *  Created by Pichaya Srifar on 7/29/11.
00006  *  Copyright 2011 Vervata. All rights reserved.
00007  *
00008  */
00009 
00010 @class ResponseData;
00011 
00015 @protocol CommandDelegate <NSObject>
00016 
00017 - (void)onConstructError:(uint32_t)CSID withError:(NSError *)error;
00018 - (void)onServerError:(ResponseData *)response;
00019 - (void)onSuccess:(ResponseData *)response;
00020 - (void)onTransportError:(uint32_t)CSID withError:(NSError *)error;
00021 
00022 @end
 All Data Structures Functions Properties