lab7lib
Interface IBehaviorMenuSelector


public interface IBehaviorMenuSelector

An interface used to delegate to the appropriate methods when the menus are clicked upon.

Author:
Adrienne M Decker Created on: Mar 1, 2008

Method Summary
 void breathingDeSelected()
          Called when the breathing option is deselected.
 void breathingSelected()
          Called when the breathing option is selected.
 void colorChangingDeSelected()
          Called when the color changing option is deselected.
 void colorChangingSelected()
          Called when the color changing option is selected.
 void turningDeSelected()
          Called when the rotating option is deselected.
 void turningSelected()
          Called when the rotating option is selected.
 void wandererDeSelected()
          Called when the wandering option is deselected.
 void wandererSelected()
          Called when the wandering option is selected.
 

Method Detail

colorChangingSelected

void colorChangingSelected()
Called when the color changing option is selected.


colorChangingDeSelected

void colorChangingDeSelected()
Called when the color changing option is deselected.


breathingSelected

void breathingSelected()
Called when the breathing option is selected.


breathingDeSelected

void breathingDeSelected()
Called when the breathing option is deselected.


turningSelected

void turningSelected()
Called when the rotating option is selected.


turningDeSelected

void turningDeSelected()
Called when the rotating option is deselected.


wandererSelected

void wandererSelected()
Called when the wandering option is selected.


wandererDeSelected

void wandererDeSelected()
Called when the wandering option is deselected.