Uses of Interface
lab3lib.faces.FaceBehavior

Packages that use FaceBehavior
lab3lib.faces   
 

Uses of FaceBehavior in lab3lib.faces
 

Classes in lab3lib.faces that implement FaceBehavior
 class NullFaceBehavior
          A Behavior so a face does nothing - implementation of the Null Object Pattern.
 class RollingEyesBehavior
          Behavior for a face to roll its eyes.
 class SurprisedFaceBehavior
          The behavior for a face to be surprised.
 class YawningFaceBehavior
          Behavior for a bored face.