Summ:  Methods    Details:  Methods      Class:  Next
com.artfulbits.aiCharts.Base
Interface ChartCollection.IChangeListener<E>
Declaration: public static interface ChartCollection.IChangeListener<E>
Type Parameters: E - type of value that listener will receive to handle changes.
Enclosing Class: ChartCollection

 

Represents IChangeListener class. Instance of this class is indented to be passed to ChartCollection's constructor as an object that handles changes.

 

Since: 1.0

 

 

Methods Summary
void onChanged(E added, E removed, int index)
    
Handles changed items of target collection.

 

 

 

 

onChanged

 

public void onChanged( E added,
E removed,
int index)

 

Handles changed items of target collection.

 

Parameters:
added-
instance of added item.
removed-
instance of removed item.
index-
index in target collection where changes occurred.

 

Since: 1.0
See also: ChartCollection

 

 

© 2005 - 2010 ArtfulBits. All rights reserved.