org.mule.tck.listener
Interface Callback<T>

Type Parameters:
T - the type of the source object provided by the listened notification.

public interface Callback<T>

Callback represents an operation to be executed upon notification receive by a test listener such as ExceptionListener or FlowExecutionListener


Method Summary
 void execute(T source)
           
 

Method Detail

execute

void execute(T source)
Parameters:
source - is the source value of the ServerNotification received by the notification listener that executes this callback


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