org.argouml.uml.ui.behavior.state_machines
Class ActionNewChangeEvent
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.ActionNewChangeEvent
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionNewChangeEvent
- extends ActionNewEvent
- Since:
- Dec 15, 2002
- See Also:
- Serialized Form
| Fields inherited from class org.argouml.uml.ui.behavior.state_machines.ActionNewEvent |
ROLE |
ActionNewChangeEvent
protected ActionNewChangeEvent()
- Constructor for ActionNewChangeEvent.
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 ActionNewChangeEvent getSingleton()
- Returns:
- Returns the singleton.