Uses of Class
com.e1c.langtool.sync.change.ChangeEvent
Packages that use ChangeEvent
-
Uses of ChangeEvent in com.e1c.langtool.internal.sync.change
Methods in com.e1c.langtool.internal.sync.change with parameters of type ChangeEventModifier and TypeMethodDescriptionprotected voidInMemoryChangeManagerProxy.firePostChanged(ChangeEvent event) Notifies any post change listeners that a post change event has been received.protected voidSourceChangeManagerWrapper.firePostChanged(ChangeEvent event) Notifies any post change listeners that a post change event has been received.voidInMemoryChangeManagerProxy.unmute(ChangeEvent event) voidSourceChangeManagerWrapper.unmute(ChangeEvent event) -
Uses of ChangeEvent in com.e1c.langtool.sync.change
Methods in com.e1c.langtool.sync.change with parameters of type ChangeEventModifier and TypeMethodDescriptionvoidPostChangeListener.changed(ChangeEvent event) voidEditingChangeManager.unmute(ChangeEvent event) Unmute the change manager to send event notifications and notify an event.