com.jme3.network
Interface ErrorListener<S>

All Known Implementing Classes:
DefaultClient.Redispatch

public interface ErrorListener<S>

Notified when errors happen on a connection.


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

Method Detail

handleError

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