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.
-
Constructor Details
-
TMCEvent
Erzeugt ein neues Objekt.- Parameters:
typ
- EreignistypTMCEvent.TMCEventType
code
- Codenummer
-
-
Method Details
-
getTyp
Gibt den Typ des Ereignisses zurück.- Returns:
TMCEvent.TMCEventType
-
getCode
public int getCode()Gibt den Ereigniscode zurück.- Returns:
- Ereigniscode
-