Class Interaktionsbrett.Uhr

java.lang.Object
Interaktionsbrett.Uhr
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Interaktionsbrett

class Interaktionsbrett.Uhr
extends java.lang.Object
implements java.lang.Runnable
  • Constructor Summary

    Constructors 
    Constructor Description
    Uhr()  
  • Method Summary

    Modifier and Type Method Description
    int leseUhr()  
    void run()  
    void starteUhr()  
    int stoppeUhr()  

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable
    • starteUhr

      public void starteUhr()
    • stoppeUhr

      public int stoppeUhr()
    • leseUhr

      public int leseUhr()