org.formaria.aria.events
Interface Actionable

All Known Implementing Classes:
Menu, Menu, Menu, MenuBar, MenuBarProxy, MenuBarProxy, MenuItem, MenuItem, MenuItem, ToolItem

public interface Actionable

An interface for setting and action object, for example this is used by the Swing MenuItem to set an Action object.

Copyright (c) Formaria Ltd., 2008

License: see license.txt

$Revision: 2.15 $


Method Summary
 void setAction(java.lang.Object instance)
          Set an action object
 

Method Detail

setAction

void setAction(java.lang.Object instance)
Set an action object

Parameters:
action - the action object