Package zombie.iso

Class Alarm

java.lang.Object
zombie.iso.Alarm

public class Alarm
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected static long event  
    boolean finished  
    protected static long inst  
  • Constructor Summary

    Constructors
    Constructor Description
    Alarm​(int int1, int int2)  
  • Method Summary

    Modifier and Type Method Description
    void update()  
    protected void updateSound()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • inst

      protected static long inst
    • event

      protected static long event
    • finished

      public boolean finished
  • Constructor Details

    • Alarm

      public Alarm​(int int1, int int2)
  • Method Details

    • update

      public void update()
    • updateSound

      protected void updateSound()