public class ConsoleEventSystemAuthorityStateChanged
extends java.lang.Object
SystemsList is the one generating these events.| Modifier and Type | Field and Description |
|---|---|
protected ImcSystem.IMCAuthorityState |
previousState |
protected ImcSystem.IMCAuthorityState |
state |
protected java.lang.String |
system |
| Constructor and Description |
|---|
ConsoleEventSystemAuthorityStateChanged(java.lang.String system,
ImcSystem.IMCAuthorityState prevAuth,
ImcSystem.IMCAuthorityState newAuth)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
ImcSystem.IMCAuthorityState |
getAuthorityState() |
ImcSystem.IMCAuthorityState |
getPreviousAuthorityState() |
java.lang.String |
getSystem() |
protected java.lang.String system
protected ImcSystem.IMCAuthorityState state
protected ImcSystem.IMCAuthorityState previousState
public ConsoleEventSystemAuthorityStateChanged(java.lang.String system,
ImcSystem.IMCAuthorityState prevAuth,
ImcSystem.IMCAuthorityState newAuth)
system - The name of the systemnewAuth - The new authority stateprevAuth - The previous authorityVehicleStateMonitor}public java.lang.String getSystem()
public ImcSystem.IMCAuthorityState getAuthorityState()
public ImcSystem.IMCAuthorityState getPreviousAuthorityState()
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.