Package org.simantics.databoard.accessor.emit

Interface Summary
EventEmitter Event Emitter is a strategy how, where and when events are emited and handled by accessor listeners.
 

Class Summary
CollectingEmitter Collecting emitter gathers events, one list for each listener, and emits on user's command.
ImmediateEmitter Emitter that handles events immediately in the same thread.