Uses of Interface
twaver.event.IDispatcher

Packages that use IDispatcher
twaver.alarm   
twaver.core.model   
twaver.event   
twaver.model   
 

Uses of IDispatcher in twaver.alarm
 

Methods in twaver.alarm that return IDispatcher
 IDispatcher<PropertyChangeEvent> AlarmStateStatistics.getPropertyChangeDispatcher()
           
 

Uses of IDispatcher in twaver.core.model
 

Methods in twaver.core.model that return IDispatcher
 IDispatcher<PropertyChangeEvent> IDataBox.getDataChangeDispatcher()
           
 IDispatcher<ListEvent<T>> IHashCollection.getListChangeDispatcher()
           
 IDispatcher<ListEvent<T>> IDataBox.getSelectionChangeDispatcher()
           
 

Uses of IDispatcher in twaver.event
 

Classes in twaver.event that implement IDispatcher
 class Dispatcher<E extends Event>
          事件派发器, IDispatcher实现类
 

Uses of IDispatcher in twaver.model
 

Methods in twaver.model that return IDispatcher
 IDispatcher<PropertyChangeEvent> DataBox.getDataChangeDispatcher()
           
 IDispatcher<ListEvent<T>> HashCollection.getListChangeDispatcher()
           
 IDispatcher<ParentChangeEvent> DataBox.getParentChangeDispatcher()
          元素父节点变化事件派发器
 IDispatcher<ListEvent<T>> DataBox.getSelectionChangeDispatcher()