org.argouml.uml.ui.behavior.state_machines
Class ActionNewCallEvent
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.argouml.uml.ui.AbstractActionNewModelElement
org.argouml.uml.ui.behavior.state_machines.ActionNewEvent
org.argouml.uml.ui.behavior.state_machines.ActionNewCallEvent
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionNewCallEvent
- extends ActionNewEvent
- Since:
- Dec 15, 2002
- See Also:
- Serialized Form
| Fields inherited from class org.argouml.uml.ui.behavior.state_machines.ActionNewEvent |
ROLE |
ActionNewCallEvent
protected ActionNewCallEvent()
- Constructor for ActionNewCallEvent.
createEvent
protected Object createEvent(Object ns)
- Description copied from class:
ActionNewEvent
- Implementors should create a concrete event like an instance of
SignalEvent in this method.
- Specified by:
createEvent in class ActionNewEvent
- Parameters:
ns - the namespace
- Returns:
- Object
- See Also:
ActionNewEvent.createEvent(java.lang.Object)
getSingleton
public static ActionNewCallEvent getSingleton()
- Returns:
- Returns the singleton.