| 4 | * | * | 
| 5 | * @author Andreas Motl <andreas.motl@ilo.de> | * @author Andreas Motl <andreas.motl@ilo.de> | 
| 6 | * @package org.netfrag.glib | * @package org.netfrag.glib | 
| 7 | * @filesource | * @name DesignPattern::AdapterProxy | 
| 8 | * | * | 
| 9 | * <b>Cvs-Log:</b> | * <b>Cvs-Log:</b> | 
| 10 | * | * | 
| 12 | * $Id$ | * $Id$ | 
| 13 | * | * | 
| 14 | * $Log$ | * $Log$ | 
| 15 |  | * Revision 1.9  2003/03/10 22:31:56  joko | 
| 16 |  | * + fixed metadata for phpDocumentor | 
| 17 |  | * | 
| 18 |  | * Revision 1.8  2003/03/05 17:28:43  joko | 
| 19 |  | * updated docu (phpDocumentor testing....) | 
| 20 |  | * | 
| 21 |  | * Revision 1.7  2003/03/05 17:13:17  joko | 
| 22 |  | * updated docu (phpDocumentor testing....) | 
| 23 |  | * | 
| 24 |  | * Revision 1.6  2003/03/05 17:02:22  joko | 
| 25 |  | * updated docu (phpDocumentor testing....) | 
| 26 |  | * | 
| 27 | * Revision 1.5  2003/03/05 16:45:58  joko | * Revision 1.5  2003/03/05 16:45:58  joko | 
| 28 | * updated docu (phpDocumentor testing....) | * updated docu (phpDocumentor testing....) | 
| 29 | * | * | 
| 45 | * | * | 
| 46 | * | * | 
| 47 | */ | */ | 
| 48 |  | // cvs-log | 
| 49 |  |  | 
| 50 |  |  | 
| 51 | /** | /** | 
| 60 | * It combines features from both the standard Proxy | * It combines features from both the standard Proxy | 
| 61 | * and the TransparentProxy adding some Adapter features. | * and the TransparentProxy adding some Adapter features. | 
| 62 | * | * | 
| 63 | * @author Andreas Motl <andreas.motl@ilo.de> | * @name DesignPattern::AdapterProxy | 
| 64 | * @copyright (c) 2003 - All Rights reserved. | * @subpackage DesignPattern | 
| 65 | * @link http://www.netfrag.org/~joko/ | * @package org.netfrag.glib | 
| 66 | * | * | 
|  | * @license GNU LGPL (GNU Lesser General Public License) |  | 
| 67 | * @link http://www.gnu.org/licenses/lgpl.txt | * @link http://www.gnu.org/licenses/lgpl.txt | 
| 68 |  | * @license GNU LGPL (GNU Lesser General Public License) | 
| 69 | * | * | 
| 70 | * @package org.netfrag.glib | * @link http://www.netfrag.org/~joko/ | 
| 71 | * @name DesignPattern::AdapterProxy | * @copyright (c) 2003 - All Rights reserved. | 
| 72 |  | * @author Andreas Motl <andreas.motl@ilo.de> | 
| 73 | * | * | 
| 74 | * @todo | * @todo Learn TransparentProxy to do procedural calls ... <br> | 
| 75 | * <p>Learn TransparentProxy to do procedural calls instead | * ... instead of instantiating a component and even less code could be in here<br> | 
|  | * of instantiating a component and even less code could be in here..... |  | 
| 76 | * benefit: the TransparentProxy would be become even more powerful | * benefit: the TransparentProxy would be become even more powerful | 
| 77 | * eeäähhh, to the master Proxy it goes......!!! This one calls the handler(s)! | * eeäähhh, to the master Proxy it goes......!!! This one calls the handler(s)! | 
|  | * </p> |  | 
| 78 | * | * | 
| 79 | */ | */ | 
| 80 | class DesignPattern_AdapterProxy extends DesignPattern_TransparentProxy { | class DesignPattern_AdapterProxy extends DesignPattern_TransparentProxy { |