Classes
 ClassDescription
 CollectionEvent コレクションに対して各種操作が行われた場合に CollectionEvent オブジェクトが送出されます。
 DynamicEvent
 EventAggregater EventAggregater クラスは、複数のイベント発生をまとめて処理し、全てのイベントが送出されたタイミングで Event.COMPLETE イベントを送出します。 EventAggregater class will process the several event generation and send the Event.COMPLETE event when the whole event sent.
 EventIntegrator EventIntegrator クラスは、IEventIntegrator インターフェイスを実装した、EventDispatcher クラスのサブクラスです。 EventDispatcher クラスを拡張して、イベントをより統合的に扱うことができるようになります。 EventIntegrator class is a subclass of EventDispatcher class which implements IEventIntegrator interface, It extends the EventDispatcher class and be able to handle the event more integrated.
 ExEvent ExEvent クラスは、jp.nium パッケージで使用される基本的な Event クラスとして使用されます。
 ModelEvent ModelEvent クラスは、モデルオブジェクトの管理する値が状態が変更される直前や変更された直後に Model インスタンスによって送出されます。