jgervin
|
 |
« on: March 30, 2009, 11:54:59 » |
|
If a mediator and proxy already exist for viewComponent will a call to facade.registerMediator create another one and destroy the old one or will it just pull back the old one?
Is it better to do something like
if( facade.retrieveMediator( "mymediatorname" ) ){ // do nothing skip creating a new one. }
|