Class AbstractEditActionHandler
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.model.AbstractEditActionHandler
 
- 
- All Implemented Interfaces:
- EditActionHandler
 - Direct Known Subclasses:
- BlockActionHandler,- CommonEditActionHandler,- CopyPasteHandler,- DelegatingEditActionHandler,- JavaJsBridgeEditActionHandler,- ReportingResourceWorkspace.ReportDesignerEditActionHandler,- SfcEditActionHandler
 
 public abstract class AbstractEditActionHandler extends java.lang.Object implements EditActionHandler 
- 
- 
Field SummaryFields Modifier and Type Field Description protected javax.swing.event.EventListenerListlistenerList
 - 
Constructor SummaryConstructors Constructor Description AbstractEditActionHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChangeListener(javax.swing.event.ChangeListener listener)Add a change listener that will be notified when this handler's responses to the "can-" functions will have changed.protected voidfireChangeEvent()voidremoveChangeListener(javax.swing.event.ChangeListener listener)
 
- 
- 
- 
Method Detail- 
addChangeListenerpublic void addChangeListener(javax.swing.event.ChangeListener listener) 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 interface- EditActionHandler
 
 - 
removeChangeListenerpublic void removeChangeListener(javax.swing.event.ChangeListener listener) - Specified by:
- removeChangeListenerin interface- EditActionHandler
 
 - 
fireChangeEventprotected void fireChangeEvent() 
 
- 
 
-