ilog.cpl.graph.background.event
Interface IlpBackgroundListener

All Superinterfaces:
EventListener

public interface IlpBackgroundListener
extends EventListener

An EventListener that allows individuals to be notified of changes in the list of backgrounds managed by an IlpBackgroundSupport.

Since:
JViews 7.5
See Also:
IlpBackgroundEvent, IlpBackgroundSupport

Method Summary
 void backgroundAdded(IlpBackgroundEvent event)
          This method is called after a background is added.
 void backgroundMoved(IlpBackgroundEvent event)
          This method is called after a background is moved..
 void backgroundReloaded(IlpBackgroundEvent event)
          This method is called after a background has been reloaded.
 void backgroundRemoved(IlpBackgroundEvent event)
          This method is called after a background is removed.
 

Method Detail

backgroundAdded

void backgroundAdded(IlpBackgroundEvent event)
This method is called after a background is added.

Parameters:
event - The IlpBackgroundEvent event that contains the IlpBackground instance that has been added.

backgroundRemoved

void backgroundRemoved(IlpBackgroundEvent event)
This method is called after a background is removed.

Parameters:
event - The IlpBackgroundEvent event that contains the IlpBackground instance that has been removed.

backgroundMoved

void backgroundMoved(IlpBackgroundEvent event)
This method is called after a background is moved..

Parameters:
event - The IlpBackgroundEvent event that contains the IlpBackground instance that has been moved.

backgroundReloaded

void backgroundReloaded(IlpBackgroundEvent event)
This method is called after a background has been reloaded.

Parameters:
event - The IlpBackgroundEvent event that contains the IlpBackground instance that has been reloaded.


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