344345346347348349350351352353354
for (int i=0;i<listeners.size();i++){ UPnPWANConnectionListener listener = (UPnPWANConnectionListener)listeners.get(i); try{ listener.mappingResult( this, ok ); }catch( Throwable e){ Debug.printStackTrace(e); }