org.ikasan.framework.plugins
Interface EventInvocable

All Superinterfaces:
Plugin
All Known Implementing Classes:
EventInvocablePojoWrapper, JMSEventPublisherPlugin, PayloadProviderPlugin

public interface EventInvocable
extends Plugin

Interface for all plugins that are invokable on a per Event basis

Author:
Ikasan Development Team

Method Summary
 void invoke(Event event)
          Invoke this plugin with an Event
 

Method Detail

invoke

void invoke(Event event)
            throws PluginInvocationException
Invoke this plugin with an Event

Parameters:
event - The event to pass to the plugin
Throws:
PluginInvocationException - Exception if the plugin could not be invoked


Copyright © 2007-2012 Ikasan. All Rights Reserved.