org.ejtools.adwt.service
Interface ToolBarService

All Superinterfaces:
java.beans.beancontext.BeanContextContainerProxy
All Known Subinterfaces:
MenuBarService
All Known Implementing Classes:
MenuBarServiceProvider, ToolBarServiceProvider

public interface ToolBarService
extends java.beans.beancontext.BeanContextContainerProxy

Description of the Class

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

Method Summary
 void register(CommandAction action)
          Description of the Method
 void unregister(CommandAction action)
          Description of the Method
 
Methods inherited from interface java.beans.beancontext.BeanContextContainerProxy
getContainer
 

Method Detail

register

public void register(CommandAction action)
Description of the Method

Parameters:
action - Description of Parameter

unregister

public void unregister(CommandAction action)
Description of the Method

Parameters:
action - Description of Parameter


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.