public interface ISecuritySystemChangeListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
UD_SECURITY_SYSTEM_IS_CONNECTED_ACTION |
static java.lang.String |
UD_SECURITY_SYSTEM_IS_DISCONNECTED_ACTION |
static java.lang.String |
UD_SECURITY_SYSTEM_STATUS_ARMD_STAY_INSTANT |
static java.lang.String |
UD_SECURITY_SYSTEM_STATUS_ARMED_AWAY |
static java.lang.String |
UD_SECURITY_SYSTEM_STATUS_ARMED_NIGHT |
static java.lang.String |
UD_SECURITY_SYSTEM_STATUS_ARMED_NIGHT_INSTANT |
static java.lang.String |
UD_SECURITY_SYSTEM_STATUS_ARMED_VACATION |
static java.lang.String |
UD_SECURITY_SYSTEM_STATUS_DISARMED |
static java.lang.String |
UD_SECURITY_SYSTEM_STATUS_EVENT
This interface consists of all the callbacks which should be implemented
by any object which wishes to receive secuirty system events.
|
static java.lang.String |
UD_SECURTIY_SYSTEM_STATUS_ARMED_STAY |
Modifier and Type | Method and Description |
---|---|
void |
onSecuritySystemArmedAway(XMLElement info)
Notifies the listener that the system is armed to away
|
void |
onSecuritySystemArmedNight(XMLElement info)
Notifies the listener that the system is armed to night
|
void |
onSecuritySystemArmedNightInstant(XMLElement info)
Notifies the listener that the system is armed to night instantly
|
void |
onSecuritySystemArmedStay(XMLElement info)
Notifies the listener that the system is armed to stay
|
void |
onSecuritySystemArmedStayInstant(XMLElement info)
Notifies the listener that the system is armed to stay instantly
|
void |
onSecuritySystemArmedVacation(XMLElement info)
Notifies the listener that the system is armed to vacation
|
void |
onSecuritySystemConnected()
Notifies the listener that the security system has been connected
|
void |
onSecuritySystemDisarmed(XMLElement info)
Notifies the listener that the system is disarmed
|
void |
onSecuritySystemDisconnected()
Notifies the listener that the security system has been disconnected
|
static final java.lang.String UD_SECURITY_SYSTEM_STATUS_EVENT
static final java.lang.String UD_SECURITY_SYSTEM_IS_DISCONNECTED_ACTION
static final java.lang.String UD_SECURITY_SYSTEM_IS_CONNECTED_ACTION
static final java.lang.String UD_SECURITY_SYSTEM_STATUS_DISARMED
static final java.lang.String UD_SECURITY_SYSTEM_STATUS_ARMED_AWAY
static final java.lang.String UD_SECURTIY_SYSTEM_STATUS_ARMED_STAY
static final java.lang.String UD_SECURITY_SYSTEM_STATUS_ARMD_STAY_INSTANT
static final java.lang.String UD_SECURITY_SYSTEM_STATUS_ARMED_NIGHT
static final java.lang.String UD_SECURITY_SYSTEM_STATUS_ARMED_NIGHT_INSTANT
static final java.lang.String UD_SECURITY_SYSTEM_STATUS_ARMED_VACATION
void onSecuritySystemConnected()
void onSecuritySystemDisconnected()
void onSecuritySystemDisarmed(XMLElement info)
info
- - secuirty system specific informationXMLElement
void onSecuritySystemArmedAway(XMLElement info)
info
- - secuirty system specific informationXMLElement
void onSecuritySystemArmedStay(XMLElement info)
info
- - secuirty system specific informationXMLElement
void onSecuritySystemArmedStayInstant(XMLElement info)
info
- - secuirty system specific informationXMLElement
void onSecuritySystemArmedNight(XMLElement info)
info
- - secuirty system specific informationXMLElement
void onSecuritySystemArmedNightInstant(XMLElement info)
info
- - secuirty system specific informationXMLElement
void onSecuritySystemArmedVacation(XMLElement info)
info
- - secuirty system specific informationXMLElement