org.jmock.dynamic
Interface InvocationDispatcher

All Superinterfaces:
Verifiable
All Known Implementing Classes:
LIFOInvocationDispatcher

public interface InvocationDispatcher
extends Verifiable


Method Summary
 void add(Invokable invokable)
           
 void clear()
           
 java.lang.Object dispatch(Invocation invocation)
           
 
Methods inherited from interface org.jmock.expectation.Verifiable
verify
 

Method Detail

dispatch

public java.lang.Object dispatch(Invocation invocation)
                          throws java.lang.Throwable
Throws:
java.lang.Throwable

add

public void add(Invokable invokable)

clear

public void clear()


Copyright © 2003 jMock.org. All Rights Reserved.