org.ikasan.framework.event.exclusion.service
Interface ExcludedEventListener


public interface ExcludedEventListener

Interface for all objects that wish to be register their interest in excluded events

Author:
Ikasan Development Team

Method Summary
 void notifyExcludedEvent(Event excludedEvent)
          Callback for the notification of the exclusion of an Event
 

Method Detail

notifyExcludedEvent

void notifyExcludedEvent(Event excludedEvent)
Callback for the notification of the exclusion of an Event

Parameters:
event - that has just been excluded


Copyright © 2007-2012 Ikasan. All Rights Reserved.