Class Ballot

  • All Implemented Interfaces:
    IBallot

    public class Ballot
    extends java.lang.Object
    implements IBallot
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Apr 06, 2015
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void vote​(boolean yes)
      Vote for or against something.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • vote

        public void vote​(boolean yes)
        Description copied from interface: IBallot
        Vote for or against something.
        Specified by:
        vote in interface IBallot
        Parameters:
        yes - true if it is an agreable vote