public abstract static class AlarmEvent.Mixin extends Object implements AlarmEvent
AlarmEvent.MixinHasIdentity.HasIdentityMixinIDENTITY_METHOD, IDENTITY_STATE_NAME| Constructor and Description |
|---|
Mixin() |
| Modifier and Type | Method and Description |
|---|---|
String |
description(Locale locale)
Returns a Description of the event in the specified locale.
|
String |
name(Locale locale)
Returns the Name of the event.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiteventTime, identity, newStatus, oldStatus, systemNamepublic String name(Locale locale)
AlarmEventname in interface AlarmEventlocale - the locale that the name should be returned in.public String description(Locale locale)
AlarmEventdescription in interface AlarmEventlocale - the locale that the description should be returned in.