com.jme3.network
インタフェース ErrorListener<S>


public interface ErrorListener<S>

Notified when errors happen on a connection.


メソッドの概要
 void handleError(S source, java.lang.Throwable t)
           
 

メソッドの詳細

handleError

void handleError(S source,
                 java.lang.Throwable t)