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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
AbstractEditActionHandler
public AbstractEditActionHandler()
-
-
Method Details
-
addChangeListener
Description 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 interfaceEditActionHandler
-
removeChangeListener
- Specified by:
removeChangeListenerin interfaceEditActionHandler
-
fireChangeEvent
protected void fireChangeEvent()
-