com.neeve.emx
Interface IEmxAlarmEvent

All Superinterfaces:
IEmxEvent

public interface IEmxAlarmEvent
extends IEmxEvent

Specifies the dispatcher alarm event.

This interface specifies the dispatcher alarm event. An alarm event is of type IEmxEvent.EventType.ALARM.

Threading:
EMX events are not safe for concurrent access by multiple threads.

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.neeve.emx.IEmxEvent
IEmxEvent.EventType
 
Field Summary
 
Fields inherited from interface com.neeve.emx.IEmxEvent
MAXIMUM_EVENT_PRIORITY, MINIMUM_EVENT_PRIORITY, NORMAL_EVENT_PRIORITY
 
Method Summary
 int getInterval()
          Get the alarm interval.
 
Methods inherited from interface com.neeve.emx.IEmxEvent
getAttachment, getDispatcher, getHandler, getLatency, getPriority, getType, setAttachment, setHandler, setPriority
 

Method Detail

getInterval

int getInterval()
Get the alarm interval.

Returns:
Returns the interval of the alarm associated with this event.
Threading:
This method is safe for concurrent access by multiple threads.


Copyright © 2015 Neeve Research, LLC. All Rights Reserved.