ilog.cpl.util
Interface IlpMutableComparator

All Superinterfaces:
Comparator
All Known Implementing Classes:
IlpAbstractComparator, IlpAttributeComparator, IlpTableAttributeComparator

public interface IlpMutableComparator
extends Comparator

Comparator interface that notifies its listeners when it changes.

Since:
JTGO 3.0

Method Summary
 void addChangeListener(ChangeListener l)
          Adds to the comparator the specified listener.
 void removeChangeListener(ChangeListener l)
          Removes from the comparator the specified listener.
 
Methods inherited from interface java.util.Comparator
compare, equals
 

Method Detail

addChangeListener

void addChangeListener(ChangeListener l)
Adds to the comparator the specified listener. This listener is notified each time a change to the comparator occurs.

Parameters:
l - The change listener.

removeChangeListener

void removeChangeListener(ChangeListener l)
Removes from the comparator the specified listener. This listener is notified each time a change to the comparator occurs.

Parameters:
l - The change listener.


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