org.ikasan.framework.initiator.eventdriven
Interface ExceptionListener

All Known Subinterfaces:
EventDrivenInitiator
All Known Implementing Classes:
EventDrivenInitiatorImpl

public interface ExceptionListener

Exception listener operations. This interface provides an endpoint to allow the implementor to mark an interest in exceptions occurring in Ikasan source adapters.

Author:
Ikasan Development Team

Method Summary
 void onException(Throwable throwable)
          Ikasan exception listener
 

Method Detail

onException

void onException(Throwable throwable)
Ikasan exception listener



Copyright © 2007-2012 Ikasan. All Rights Reserved.