pyrasun.eio
Interface EIOGlobalListener
- public interface EIOGlobalListener
A listener attached to an EIOGlobalContext object. This reports truly global
msgs out to the application.
|
Method Summary |
void |
criticalError(EIOReasonCode code,
java.lang.Exception e,
java.lang.String msg,
java.lang.Object context)
A critical error occured within the EIO core. |
criticalError
public void criticalError(EIOReasonCode code,
java.lang.Exception e,
java.lang.String msg,
java.lang.Object context)
- A critical error occured within the EIO core. Right now the
main error reported is EIOReasonCode.SELECTOR_ERROR, which reports
that a Selector hit an unhandleable error and needs to be shut down.
Pyrasun EmberIO