ILOG JRules

Package ilog.rules.dt.model.event

Provides interfaces and class adapters defining the event system of a decision table model.

See:
          Description

Interface Summary
DTModelListener Defines the interface for an object that listens to changes in an IlrDTModel.
DTModelPropertyChangeListener Defines the interface for an object that listens to property changes in an IlrDTModel.
 

Class Summary
DTModelEvent Encapsulates information describing changes to an IlrDTModel, and is used to notify DT model listeners of the change.
DTModelPropertyChangeEvent Encapsulates information describing a property changes to an IlrDTModel, and used to notify DT model property listeners of the change.
IlrDTListenerAdapter Simplifies the implementation of the DTModelListener interface.
IlrDTModelChangeListener Simplifies the implementation of the DTModelListener and the DTModelPropertyChangeListener interfaces.
IlrDTPropertyChangeListenerAdapter Simplifies the implementation of the DTModelPropertyChangeListener interface.
 

Package ilog.rules.dt.model.event Description

Provides interfaces and class adapters defining the event system of a decision table model.


ILOG JRules