org.terracotta.ipceventbus.event
Class ErrorListenerAdapter

java.lang.Object
  extended by org.terracotta.ipceventbus.event.ErrorListenerAdapter
All Implemented Interfaces:
ErrorListener

public class ErrorListenerAdapter
extends Object
implements ErrorListener

Author:
Mathieu Carbou

Constructor Summary
ErrorListenerAdapter()
           
 
Method Summary
 void onError(Event event, EventListener listener, Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorListenerAdapter

public ErrorListenerAdapter()
Method Detail

onError

public void onError(Event event,
                    EventListener listener,
                    Throwable e)
Specified by:
onError in interface ErrorListener


Copyright © 2015. All rights reserved.