Class PrintingAttendee

java.lang.Object
phaser.scenario.client.PrintingAttendee
All Implemented Interfaces:
Attendee

public class PrintingAttendee extends Object implements Attendee
Author:
Dennis Cosgrove
  • Constructor Details

    • PrintingAttendee

      public PrintingAttendee(String name)
  • Method Details

    • meetUp

      public void meetUp()
      Specified by:
      meetUp in interface Attendee
    • eatDinner

      public void eatDinner()
      Specified by:
      eatDinner in interface Attendee
    • bowl

      public void bowl()
      Specified by:
      bowl in interface Attendee
    • singKaraoke

      public void singKaraoke()
      Specified by:
      singKaraoke in interface Attendee