com.pietschy.command.annotation.impl
Class DefaultAnnotationSupport.ContainerBindStrategy

java.lang.Object
  extended by com.pietschy.command.annotation.impl.DefaultAnnotationSupport.ContainerBindStrategy
All Implemented Interfaces:
DefaultAnnotationSupport.BindStrategy
Enclosing class:
DefaultAnnotationSupport

protected class DefaultAnnotationSupport.ContainerBindStrategy
extends java.lang.Object
implements DefaultAnnotationSupport.BindStrategy

BindAction implementation that binds to a CommandContainer.


Constructor Summary
DefaultAnnotationSupport.ContainerBindStrategy(CommandContainer container)
           
 
Method Summary
 void bind(Command command)
          Invoked to bind the specified command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAnnotationSupport.ContainerBindStrategy

public DefaultAnnotationSupport.ContainerBindStrategy(CommandContainer container)
Method Detail

bind

public void bind(Command command)
Description copied from interface: DefaultAnnotationSupport.BindStrategy
Invoked to bind the specified command.

Specified by:
bind in interface DefaultAnnotationSupport.BindStrategy
Parameters:
command - the command to bind.


Copyright © 2006 - 2007 Andrew Pietsch