public interface AlarmManagerEvents extends EventSourceEvents
AlarmManager
Modifier and Type | Method and Description |
---|---|
void |
alarmThrewException(AlarmManager am,
Alarm a,
java.lang.Throwable exception)
The fire method on an alarm owned by an AlarmManager threw an exception.
|
void |
destroyed(AlarmManager am)
The indicated alarm manager is about to be destroyed.
|
listenerCountChanged, listenerExceptionThrown, unexpectedException
void destroyed(AlarmManager am)
am
- The AlarmManager being destroyed.void alarmThrewException(AlarmManager am, Alarm a, java.lang.Throwable exception)
am
- The owning AlarmManagera
- The alarm which threw the exceptionexception
- The exception.