Package ptolemy.kernel.attributes
Interface Actionable
-
- All Known Implementing Classes:
JSAccessor.ActionableAttribute
public interface ActionableInterface for objects that have named actions.- Since:
- Ptolemy II 11.0
- Version:
- $Id$
- Author:
- Edward A. Lee
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (eal)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringactionName()Return the name of the action.voidperformAction()Perform the named action.
-