ilog.cpl.model
Class AttributeGroupEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ilog.util.IlEventObject
          extended by ilog.cpl.model.AttributeGroupEvent
All Implemented Interfaces:
Serializable

public class AttributeGroupEvent
extends IlEventObject

This class models events caused by modifications in an attribute model.

Since:
JTGO 3.0
See Also:
Serialized Form

Nested Class Summary
static class AttributeGroupEvent.Type
          Event types.
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AttributeGroupEvent(IlEventType type, IlpAttributeGroup model)
          Constructor
AttributeGroupEvent(IlEventType type, IlpAttributeGroup model, IlpAttribute attribute)
          Constructor
 
Method Summary
 IlpAttribute getAttribute()
          Attribute that caused the event.
 IlpAttributeGroup getAttributeGroup()
          Returns the affected attribute model.
 
Methods inherited from class ilog.util.IlEventObject
getType
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeGroupEvent

public AttributeGroupEvent(IlEventType type,
                           IlpAttributeGroup model,
                           IlpAttribute attribute)
Constructor


AttributeGroupEvent

public AttributeGroupEvent(IlEventType type,
                           IlpAttributeGroup model)
Constructor

Method Detail

getAttribute

public IlpAttribute getAttribute()
Attribute that caused the event.


getAttributeGroup

public IlpAttributeGroup getAttributeGroup()
Returns the affected attribute model.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.