org.jmock.core
Class LIFOInvocationDispatcher

java.lang.Object
  extended by org.jmock.core.AbstractInvocationDispatcher
      extended by org.jmock.core.LIFOInvocationDispatcher
All Implemented Interfaces:
InvocationDispatcher, SelfDescribing, Verifiable

public class LIFOInvocationDispatcher
extends AbstractInvocationDispatcher


Field Summary
 
Fields inherited from class org.jmock.core.AbstractInvocationDispatcher
defaultStub, invokables, NO_EXPECTATIONS_MESSAGE
 
Constructor Summary
LIFOInvocationDispatcher()
           
 
Method Summary
protected  Iterator dispatchOrder(List invokablesList)
           
 
Methods inherited from class org.jmock.core.AbstractInvocationDispatcher
add, clear, describeTo, dispatch, setDefaultStub, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LIFOInvocationDispatcher

public LIFOInvocationDispatcher()
Method Detail

dispatchOrder

protected Iterator dispatchOrder(List invokablesList)
Specified by:
dispatchOrder in class AbstractInvocationDispatcher