| 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 | * @name DesignPattern::AdapterProxy | * @name DesignPattern::AdapterProxy | 
|  | * @filesource |  | 
| 8 | * | * | 
| 9 |  | */ | 
| 10 |  |  | 
| 11 |  |  | 
| 12 |  | /** | 
| 13 | * <b>Cvs-Log:</b> | * <b>Cvs-Log:</b> | 
| 14 | * | * | 
| 15 | * <pre> | * <pre> | 
| 16 | * $Id$ | * $Id$ | 
| 17 | * | * | 
| 18 | * $Log$ | * $Log$ | 
| 19 |  | * Revision 1.10  2003/03/10 23:25:04  joko | 
| 20 |  | * + fixed metadata for phpDocumentor | 
| 21 |  | * | 
| 22 |  | * Revision 1.9  2003/03/10 22:31:56  joko | 
| 23 |  | * + fixed metadata for phpDocumentor | 
| 24 |  | * | 
| 25 |  | * Revision 1.8  2003/03/05 17:28:43  joko | 
| 26 |  | * updated docu (phpDocumentor testing....) | 
| 27 |  | * | 
| 28 |  | * Revision 1.7  2003/03/05 17:13:17  joko | 
| 29 |  | * updated docu (phpDocumentor testing....) | 
| 30 |  | * | 
| 31 | * Revision 1.6  2003/03/05 17:02:22  joko | * Revision 1.6  2003/03/05 17:02:22  joko | 
| 32 | * updated docu (phpDocumentor testing....) | * updated docu (phpDocumentor testing....) | 
| 33 | * | * | 
| 67 | * It combines features from both the standard Proxy | * It combines features from both the standard Proxy | 
| 68 | * and the TransparentProxy adding some Adapter features. | * and the TransparentProxy adding some Adapter features. | 
| 69 | * | * | 
|  | * @author Andreas Motl <andreas.motl@ilo.de> |  | 
|  | * @copyright (c) 2003 - All Rights reserved. |  | 
|  | * @link http://www.netfrag.org/~joko/ |  | 
|  | * <br> |  | 
|  | * @license GNU LGPL (GNU Lesser General Public License) |  | 
|  | * @link http://www.gnu.org/licenses/lgpl.txt |  | 
|  | * <br> |  | 
|  | * @package org.netfrag.glib |  | 
|  | * @subpackage DesignPattern |  | 
| 70 | * @name DesignPattern::AdapterProxy | * @name DesignPattern::AdapterProxy | 
| 71 |  | * @subpackage DesignPattern | 
| 72 |  | * @package org.netfrag.glib | 
| 73 |  | * | 
| 74 |  | * @link http://www.gnu.org/licenses/lgpl.txt | 
| 75 |  | * @license GNU LGPL (GNU Lesser General Public License) | 
| 76 |  | * | 
| 77 |  | * @link http://www.netfrag.org/~joko/ | 
| 78 |  | * @copyright (c) 2003 - All Rights reserved. | 
| 79 |  | * @author Andreas Motl <andreas.motl@ilo.de> | 
| 80 | * | * | 
| 81 | * @todo Learn TransparentProxy to do procedural calls ... | * @todo Learn TransparentProxy to do procedural calls ... <br> | 
| 82 | * ... instead of instantiating a component and even less code could be in here | * ... instead of instantiating a component and even less code could be in here<br> | 
| 83 | * benefit: the TransparentProxy would be become even more powerful | * benefit: the TransparentProxy would be become even more powerful | 
| 84 | * 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)! | 
| 85 | * | * |