org.scopemvc.model.beans
Interface DynamicInvokable


public interface DynamicInvokable

BeansActionManager queries models that implement this interface to test if a ModelAction can be invoked.

If you are using ModelActions on a model with an access right that can be dynamically changed then implement this interface on your model class.

Version:
$Revision: 1.4 $ $Date: 2002/09/12 10:51:03 $
Author:
Steve Meyfroidt

Method Summary
 boolean isActionInvokable(ModelAction inModelAction)
          Returns true if the ModelAction can be invoked on this model in its current state.
 

Method Detail

isActionInvokable

public boolean isActionInvokable(ModelAction inModelAction)
Returns true if the ModelAction can be invoked on this model in its current state.

Parameters:
inModelAction - ModelAction to query whether invokable.
Returns:
true if the action is currently invokable.


Copyright © 2000-2002 The Scope Team. All Rights Reserved.