org.ikasan.framework.initiator.messagedriven
Interface ListenerSetupFailureListener

All Known Implementing Classes:
EventMessageDrivenInitiator, JmsMessageDrivenInitiatorImpl, RawMessageDrivenInitiator

public interface ListenerSetupFailureListener

Listener interface that may be implemented by classes that wish to be notified of failures to setup MessageListenerContainer

Author:
Ikasan Development Team

Method Summary
 void notifyListenerSetupFailure(Throwable throwable)
          Notify error during listener setup
 

Method Detail

notifyListenerSetupFailure

void notifyListenerSetupFailure(Throwable throwable)
Notify error during listener setup

Parameters:
throwable -


Copyright © 2007-2012 Ikasan. All Rights Reserved.