ilog.cpl.model
Interface AttributeGroupListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
IlpExtendedAttributeGroup

public interface AttributeGroupListener
extends EventListener

An attribute model event is fired when an attribute is added or removed from an attribute model, and also when a static or computed attribute is changed.

Since:
JTGO 3.0

Method Summary
 void attributeAdded(AttributeGroupEvent ev)
          This method is called when an attribute is added to an IlpAttributeGroup.
 void attributeChanged(AttributeGroupEvent ev)
          This method is called when an attribute is changed in an IlpAttributeGroup.
 void attributeRemoved(AttributeGroupEvent ev)
          This method is called when an attribute is removed from an IlpAttributeGroup.
 void modelStructureChanged(AttributeGroupEvent ev)
          This method is called when the attribute model has passed through several modifications.
 

Method Detail

attributeAdded

void attributeAdded(AttributeGroupEvent ev)
This method is called when an attribute is added to an IlpAttributeGroup.


attributeRemoved

void attributeRemoved(AttributeGroupEvent ev)
This method is called when an attribute is removed from an IlpAttributeGroup.


attributeChanged

void attributeChanged(AttributeGroupEvent ev)
This method is called when an attribute is changed in an IlpAttributeGroup.


modelStructureChanged

void modelStructureChanged(AttributeGroupEvent ev)
This method is called when the attribute model has passed through several modifications. This method is called whenever the user buffers the model modifications.



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