org.lsst.ccs.utilities.dispatch
Interface CommandFor<T>

All Known Subinterfaces:
SynchronousCommandFor<T>

public interface CommandFor<T>

This interface defines the behaviour of a class implementing a Command pattern.

Example:

Author:
bernard Amade
See Also:
SynchronousCommandFor, SynchronousCommandDispatcher, ParallelCommandDispatcher

Method Summary
 void invokeOn(T instance)
           
 

Method Detail

invokeOn

void invokeOn(T instance)


Copyright © 2012 LSST. All Rights Reserved.