org.mule.devkit.dynamic.api.invocation
Interface DynamicModule.Listener<T>

Type Parameters:
T -
Enclosing class:
DynamicModule

public static interface DynamicModule.Listener<T>

Encapsulate logic dealing with event received from a Source.


Method Summary
 void onEvent(T event)
          Called every time associated Source fires an event.
 

Method Detail

onEvent

void onEvent(T event)
Called every time associated Source fires an event.

Parameters:
event -


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.