Package ptolemy.kernel.attributes
Interface Actionable
-
- All Known Implementing Classes:
JSAccessor.ActionableAttribute
public interface Actionable
Interface 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.String
actionName()
Return the name of the action.void
performAction()
Perform the named action.
-