Uses of Interface
org.springframework.richclient.command.ActionCommandInterceptor

Packages that use ActionCommandInterceptor
org.springframework.richclient.command   
org.springframework.richclient.command.support   
 

Uses of ActionCommandInterceptor in org.springframework.richclient.command
 

Methods in org.springframework.richclient.command with parameters of type ActionCommandInterceptor
 void ActionCommand.addCommandInterceptor(ActionCommandInterceptor l)
           
 void CommandManager.addCommandInterceptor(String commandId, ActionCommandInterceptor interceptor)
           
 void ActionCommand.removeCommandInterceptor(ActionCommandInterceptor l)
           
 void CommandManager.removeCommandInterceptor(String commandId, ActionCommandInterceptor interceptor)
           
 

Uses of ActionCommandInterceptor in org.springframework.richclient.command.support
 

Classes in org.springframework.richclient.command.support that implement ActionCommandInterceptor
 class ActionCommandInterceptorAdapter
           
 

Methods in org.springframework.richclient.command.support with parameters of type ActionCommandInterceptor
 void DefaultCommandManager.addCommandInterceptor(String commandId, ActionCommandInterceptor interceptor)
           
 void DefaultCommandManager.removeCommandInterceptor(String commandId, ActionCommandInterceptor interceptor)
           
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.