Class AlarmEvent


  • public class AlarmEvent
    extends java.lang.Object
    Created by hansolo on 19.12.16.
    • Constructor Summary

      Constructors 
      Constructor Description
      AlarmEvent​(Alarm ALARM)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Alarm getAlarm()  
      • Methods inherited from class java.lang.Object

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

      • AlarmEvent

        public AlarmEvent​(Alarm ALARM)
    • Method Detail

      • getAlarm

        public Alarm getAlarm()