/**********************************************************\ | | | hprose | | | | Official WebSite: http://www.hprose.com/ | | http://www.hprose.org/ | | | \**********************************************************/ /**********************************************************\ * * * HproseErrorEvent.java * * * * hprose error event class for Java. * * * * LastModified: May 16, 2010 * * Author: Ma Bingyao <andot@hprose.com> * * * \**********************************************************/ package hprose.common; public interface HproseErrorEvent { void handler(String name, Throwable error); }