Class AbstractEditActionHandler
java.lang.Object
com.inductiveautomation.ignition.designer.model.AbstractEditActionHandler
- All Implemented Interfaces:
- EditActionHandler
- Direct Known Subclasses:
- BlockActionHandler,- CommonEditActionHandler,- CopyPasteHandler,- DelegatingEditActionHandler,- JavaJsBridgeEditActionHandler,- OptOutEditActionHandler,- ReportingResourceWorkspace.ReportDesignerEditActionHandler,- SfcEditActionHandler
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddChangeListener(ChangeListener listener) Add a change listener that will be notified when this handler's responses to the "can-" functions will have changed.protected voidvoidremoveChangeListener(ChangeListener listener) 
- 
Field Details- 
listenerList
 
- 
- 
Constructor Details- 
AbstractEditActionHandlerpublic AbstractEditActionHandler()
 
- 
- 
Method Details- 
addChangeListenerDescription copied from interface:EditActionHandlerAdd a change listener that will be notified when this handler's responses to the "can-" functions will have changed.- Specified by:
- addChangeListenerin interface- EditActionHandler
 
- 
removeChangeListener- Specified by:
- removeChangeListenerin interface- EditActionHandler
 
- 
fireChangeEventprotected void fireChangeEvent()
 
-