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 Summary
Fields Modifier and Type Field Description protected javax.swing.event.EventListenerListlistenerList 
- 
Constructor Summary
Constructors Constructor Description AbstractEditActionHandler() 
- 
Method Summary
All 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
- 
addChangeListener
public 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 interfaceEditActionHandler
 
- 
removeChangeListener
public void removeChangeListener(javax.swing.event.ChangeListener listener)
- Specified by:
 removeChangeListenerin interfaceEditActionHandler
 
- 
fireChangeEvent
protected void fireChangeEvent()
 
 - 
 
 -