Class TMCEvent

java.lang.Object
de.bsvrz.kex.lmstic3.vew.daten.tmc.TMCEvent

public class TMCEvent
extends java.lang.Object
TMC-Ereignis.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  TMCEvent.TMCEventType
    Enumerator TMC-Ereignistyp.
  • Constructor Summary

    Constructors 
    Constructor Description
    TMCEvent​(TMCEvent.TMCEventType typ, int code)
    Erzeugt ein neues Objekt.
  • Method Summary

    Modifier and Type Method Description
    int getCode()
    Gibt den Ereigniscode zurück.
    TMCEvent.TMCEventType getTyp()
    Gibt den Typ des Ereignisses zurück.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait