com.jgoodies.common.internal
Interface IActionBean

All Superinterfaces:
IActionObject, ObservableBean, ObservableBean2

public interface IActionBean
extends ObservableBean2, IActionObject

Describes beans that can look up an Action for a given Action name.

Note: This class is not part of the public JGoodies Common API. It's intended for implementation purposes only. The class's API may change at any time.

Since:
1.4
Version:
$Revision: 1.3 $
Author:
Karsten Lentzsch

Method Summary
 
Methods inherited from interface com.jgoodies.common.bean.ObservableBean2
addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener
 
Methods inherited from interface com.jgoodies.common.bean.ObservableBean
addPropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface com.jgoodies.common.internal.IActionObject
getAction
 



Copyright © 2009-2012 JGoodies Karsten Lentzsch. All Rights Reserved.