CSE115.BallWorld.Strategy
Interface MultiBallBehaviorMenuObserver


public interface MultiBallBehaviorMenuObserver

Methods called auto-magically when the user clicks an option from the Multi Ball behavior menu of Applet. Created: Sat Mar 09 14:11:12 2002

Author:
Phil Ventura, modified by Adrienne Decker

Method Summary
 void breathingDeselected()
          The breathing ball radio button was deselected.
 void breathingSelected()
          The breathing ball radio button was selected.
 void colorDeselected()
          The color change ball radio button was deselected.
 void colorSelected()
          The color change ball radio button was selected.
 void createMultiBehaviorBall()
          The create multi ball behavior menu option was selected.
 void googleyDeselected()
          The googley ball radio button was deselected.
 void googleySelected()
          The googley ball radio button was selected.
 

Method Detail

createMultiBehaviorBall

public void createMultiBehaviorBall()
The create multi ball behavior menu option was selected.


colorSelected

public void colorSelected()
The color change ball radio button was selected.


colorDeselected

public void colorDeselected()
The color change ball radio button was deselected.


breathingSelected

public void breathingSelected()
The breathing ball radio button was selected.


breathingDeselected

public void breathingDeselected()
The breathing ball radio button was deselected.


googleySelected

public void googleySelected()
The googley ball radio button was selected.


googleyDeselected

public void googleyDeselected()
The googley ball radio button was deselected.