com.pietschy.command.annotation.impl
Interface DefaultAnnotationSupport.BindStrategy

All Known Implementing Classes:
DefaultAnnotationSupport.ComponentBindStrategy, DefaultAnnotationSupport.ContainerBindStrategy
Enclosing class:
DefaultAnnotationSupport

protected static interface DefaultAnnotationSupport.BindStrategy

Simple interface for handling the various type of bind operation.


Method Summary
 void bind(Command command)
          Invoked to bind the specified command.
 

Method Detail

bind

void bind(Command command)
Invoked to bind the specified command.

Parameters:
command - the command to bind.


Copyright © 2006 - 2007 Andrew Pietsch