org.ikasan.framework.error.service
Interface ErrorOccurrenceListener

All Known Implementing Classes:
ErrorOccurrenceTextMessagePublisher

public interface ErrorOccurrenceListener

Interface for all objects that wish to be register their interest in ErrorOccurrence creation

Author:
Ikasan Development Team

Method Summary
 void notifyErrorOccurrence(ErrorOccurrence errorOccurrence)
          Callback for the notification of the creation of an ErrorOccurrence
 

Method Detail

notifyErrorOccurrence

void notifyErrorOccurrence(ErrorOccurrence errorOccurrence)
Callback for the notification of the creation of an ErrorOccurrence

Parameters:
errorOccurrence -


Copyright © 2007-2012 Ikasan. All Rights Reserved.