Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.model.beans
Interface DynamicInvokable  view DynamicInvokable download DynamicInvokable.java


public interface DynamicInvokable

BeansActionManager queries models that implement this for whether a ModelAction can be invoked. If access to ModelActions can be dynamically changed then implement this.

Version:
$Revision: 1.2 $ $Date: 2002/01/12 09:35:40 $

Method Summary
 boolean isActionInvokable(org.scopemvc.core.ModelAction inModelAction)
           
 

Method Detail

isActionInvokable

public boolean isActionInvokable(org.scopemvc.core.ModelAction inModelAction)