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

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

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

BindAction implementation that binds to a component.


Constructor Summary
DefaultAnnotationSupport.ComponentBindStrategy(java.awt.Component component)
           
 
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.ComponentBindStrategy

public DefaultAnnotationSupport.ComponentBindStrategy(java.awt.Component component)
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