net.pleso.framework.client.bl.providers
Interface IActionProviders

All Known Subinterfaces:
IMenu
All Known Implementing Classes:
Menu

public interface IActionProviders

Represents array of IActionProvider. This interface used when class must be a provider for many actions.


Method Summary
 IActionProvider[] getActionProviders()
          Returns array with action providers which provides this implementation.
 

Method Detail

getActionProviders

IActionProvider[] getActionProviders()
Returns array with action providers which provides this implementation.

Returns:
array of action providers.


Copyright © 2006-2007 pleso.net crew All Rights Reserved.