lab3lib.faces
Interface FaceBehavior

All Known Implementing Classes:
NullFaceBehavior, RollingEyesBehavior, SurprisedFaceBehavior, YawningFaceBehavior

public interface FaceBehavior

Interface that describes a face's behavior.

Author:
Adrienne M Decker Created on: Sep 16, 2006

Method Summary
 void react(Face f)
          Method that describes how a face should react.
 

Method Detail

react

void react(Face f)
Method that describes how a face should react.

Parameters:
f - The face to cause the reaction on