anl.aida.bubble
Interface BubbleSelectionListener


public interface BubbleSelectionListener

Interface for classes that want to listen for bubble selection events.


Method Summary
 void bubbleSelected(int categoryIndex)
          Called when a bubble is selected.
 void bubbleUnselected(int categoryIndex)
          Called when a bubble is unselected.
 

Method Detail

bubbleSelected

void bubbleSelected(int categoryIndex)
Called when a bubble is selected.

Parameters:
categoryIndex - the index of the category.

bubbleUnselected

void bubbleUnselected(int categoryIndex)
Called when a bubble is unselected.

Parameters:
categoryIndex - the index of the category.