clientDoc.addCodeToSend(code);
}
public void removeItsNatEventListenerCodeClient(ItsNatEventListenerWrapperImpl itsNatListener,ClientDocumentStfulImpl clientDoc)
{
ItsNatDOMEventListenerWrapperImpl normalListener = (ItsNatDOMEventListenerWrapperImpl)itsNatListener;
if (!clientDoc.canReceiveNormalEvents(normalListener))
return; // Si es un visor remoto s�lo lectura lo ignoramos
String code = removeItsNatEventListenerCodeInherit(itsNatListener,clientDoc);
clientDoc.addCodeToSend(code);