| 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 |
|
* @name DesignPattern::AdapterProxy |
| 8 |
* @filesource |
* @filesource |
| 9 |
* |
* |
| 10 |
* <b>Cvs-Log:</b> |
* <b>Cvs-Log:</b> |
| 13 |
* $Id$ |
* $Id$ |
| 14 |
* |
* |
| 15 |
* $Log$ |
* $Log$ |
| 16 |
|
* Revision 1.6 2003/03/05 17:02:22 joko |
| 17 |
|
* updated docu (phpDocumentor testing....) |
| 18 |
|
* |
| 19 |
* Revision 1.5 2003/03/05 16:45:58 joko |
* Revision 1.5 2003/03/05 16:45:58 joko |
| 20 |
* updated docu (phpDocumentor testing....) |
* updated docu (phpDocumentor testing....) |
| 21 |
* |
* |
| 37 |
* |
* |
| 38 |
* |
* |
| 39 |
*/ |
*/ |
| 40 |
|
// cvs-log |
| 41 |
|
|
| 42 |
|
|
| 43 |
/** |
/** |
| 55 |
* @author Andreas Motl <andreas.motl@ilo.de> |
* @author Andreas Motl <andreas.motl@ilo.de> |
| 56 |
* @copyright (c) 2003 - All Rights reserved. |
* @copyright (c) 2003 - All Rights reserved. |
| 57 |
* @link http://www.netfrag.org/~joko/ |
* @link http://www.netfrag.org/~joko/ |
| 58 |
* |
* <br> |
| 59 |
* @license GNU LGPL (GNU Lesser General Public License) |
* @license GNU LGPL (GNU Lesser General Public License) |
| 60 |
* @link http://www.gnu.org/licenses/lgpl.txt |
* @link http://www.gnu.org/licenses/lgpl.txt |
| 61 |
* |
* <br> |
| 62 |
* @package org.netfrag.glib |
* @package org.netfrag.glib |
| 63 |
|
* @subpackage DesignPattern |
| 64 |
* @name DesignPattern::AdapterProxy |
* @name DesignPattern::AdapterProxy |
| 65 |
* |
* |
| 66 |
* @todo |
* @todo Learn TransparentProxy to do procedural calls ... |
| 67 |
* <p>Learn TransparentProxy to do procedural calls instead |
* ... instead of instantiating a component and even less code could be in here |
|
* of instantiating a component and even less code could be in here..... |
|
| 68 |
* benefit: the TransparentProxy would be become even more powerful |
* benefit: the TransparentProxy would be become even more powerful |
| 69 |
* 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> |
|
| 70 |
* |
* |
| 71 |
*/ |
*/ |
| 72 |
class DesignPattern_AdapterProxy extends DesignPattern_TransparentProxy { |
class DesignPattern_AdapterProxy extends DesignPattern_TransparentProxy { |