ilog.cpl.style
Interface StyleListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
IlpAbstractStyle, IlpStyle, IlpStyleListenerSupport, IltAbstractLegend, IltBaseStyleMapping, IltLegend, IltLegendModifier

Deprecated. The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information.

public interface StyleListener
extends EventListener

Interface that models listeners to styles.

Since:
JTGO 3.0
See Also:
IlpStyle, IlpStyleListenerSupport
Deprecated Since:
JTGO 3.5

Method Summary
 void endChangingStyleValues()
          Deprecated. This method is called when the user has finished all modifications in the style.
 void startChangingStyleValues()
          Deprecated. This method is called whenever a series of style modifications is started.
 void styleValueChanged(IlpAbstractStyle source, IlpKey key)
          Deprecated. This method is called whenever a key value is changed in this style.
 

Method Detail

startChangingStyleValues

void startChangingStyleValues()
Deprecated. 
This method is called whenever a series of style modifications is started.


styleValueChanged

void styleValueChanged(IlpAbstractStyle source,
                       IlpKey key)
Deprecated. 
This method is called whenever a key value is changed in this style.

Parameters:
source - The style in which the event was generated.
key - The key that has changed.

endChangingStyleValues

void endChangingStyleValues()
Deprecated. 
This method is called when the user has finished all modifications in the style.



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