CSE115.FishBowl.Strategy
Interface MultiImageBehaviorMenuObserver


public interface MultiImageBehaviorMenuObserver

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

Author:
Phil Ventura, modified by Adrienne Decker

Method Summary
 void bobbleDeselected()
          The bobble head radio button was deselected.
 void bobbleSelected()
          The bobble head radio button was selected.
 void createMultiBehaviorImage()
          The create multi image behavior menu option was selected.
 void floatingDeselected()
          The random floating head radio button was deselected.
 void floatingSelected()
          The random floating head radio button was selected.
 void spinningDeselected()
          The spinning head radio button was deselected.
 void spinningSelected()
          The spinning head radio button was selected.
 

Method Detail

createMultiBehaviorImage

void createMultiBehaviorImage()
The create multi image behavior menu option was selected.


bobbleSelected

void bobbleSelected()
The bobble head radio button was selected.


bobbleDeselected

void bobbleDeselected()
The bobble head radio button was deselected.


spinningSelected

void spinningSelected()
The spinning head radio button was selected.


spinningDeselected

void spinningDeselected()
The spinning head radio button was deselected.


floatingSelected

void floatingSelected()
The random floating head radio button was selected.


floatingDeselected

void floatingDeselected()
The random floating head radio button was deselected.