stella.net
Interface ErrorProcessing

All Known Implementing Classes:
CommandReceiver, ErrorReceiver, ErrorServer, ParameterRelay, ParameterServer, ReceiverServer, TestReceiver

public interface ErrorProcessing

An interface denoting error event processing capabilities.


Method Summary
 void processError(ErrorEvent thrown)
           
 

Method Detail

processError

void processError(ErrorEvent thrown)