|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.util.IlEnum
ilog.util.IlEventType
ilog.cpl.graph.GraphModelEvent.Type
ilog.cpl.equipment.EquipmentModelEvent.Type
public abstract static class EquipmentModelEvent.Type
Event types
| Field Summary | |
|---|---|
static EquipmentModelEvent.Type |
CHILDREN_ADDED
Signals that some new children have been added to an object. |
static EquipmentModelEvent.Type |
CHILDREN_REMOVED
Signals that some node children have been removed. |
static EquipmentModelEvent.Type |
LINK_END_CHANGED
Signals that a link end has been redirected. |
static IlEnumInfo |
metainfo
Metainformation about event types. |
static EquipmentModelEvent.Type |
ROOT_OBJECT_ADDED
Signals that a top-level object has been added to the model. |
static EquipmentModelEvent.Type |
ROOT_OBJECT_REMOVED
Signals that a top-level object has been removed from the model. |
static EquipmentModelEvent.Type |
ROOT_OBJECTS_ADDED
Signals that several top-level objects have been added to the model. |
static EquipmentModelEvent.Type |
ROOT_OBJECTS_REMOVED
Signals that several top-level objects have been removed from the model. |
| Fields inherited from class ilog.cpl.graph.GraphModelEvent.Type |
|---|
SERIES_BEGIN, SERIES_END |
| Constructor Summary | |
|---|---|
protected |
EquipmentModelEvent.Type(String name)
Create a new event type. |
| Method Summary |
|---|
| Methods inherited from class ilog.util.IlEventType |
|---|
notify |
| Methods inherited from class ilog.util.IlEnum |
|---|
getName, intern, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IlEnumInfo metainfo
public static final EquipmentModelEvent.Type ROOT_OBJECT_ADDED
public static final EquipmentModelEvent.Type ROOT_OBJECTS_ADDED
public static final EquipmentModelEvent.Type ROOT_OBJECT_REMOVED
public static final EquipmentModelEvent.Type ROOT_OBJECTS_REMOVED
public static final EquipmentModelEvent.Type CHILDREN_ADDED
public static final EquipmentModelEvent.Type CHILDREN_REMOVED
public static final EquipmentModelEvent.Type LINK_END_CHANGED
| Constructor Detail |
|---|
protected EquipmentModelEvent.Type(String name)
name - Event name
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||