|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ocap.system.EASManager
public abstract class EASManager
This class represents a manager that allows applications to register listeners for EAS events.
Field Summary | |
---|---|
static int |
EAS_MESSAGE_IN_PROGRESS_STATE
Indicates the implementation is processing the EAS message and EAS information is being presented. |
static int |
EAS_MESSAGE_RECEIVED_STATE
Indicates an EAS message has been received and is about to be processed. |
static int |
EAS_NOT_IN_PROGRESS_STATE
Indicates an EAS message is not being processed. |
Constructor Summary | |
---|---|
EASManager()
|
Method Summary | |
---|---|
abstract void |
addListener(EASListener listener)
Adds a listener for EAS events. |
static EASManager |
getInstance()
Gets the instance of the EAS Manager class that may be used by the application to register an EASListener. |
int |
getState()
Gets the EAS state. |
abstract void |
removeListener(EASListener listener)
Removes a listener from receiving EAS events. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int EAS_MESSAGE_RECEIVED_STATE
public static final int EAS_MESSAGE_IN_PROGRESS_STATE
public static final int EAS_NOT_IN_PROGRESS_STATE
Constructor Detail |
---|
public EASManager()
Method Detail |
---|
public static EASManager getInstance()
public abstract void addListener(EASListener listener)
listener
- The new EAS listener.public abstract void removeListener(EASListener listener)
addListener
method, this method does
nothing.
listener
- The EAS listener to be removed.public int getState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |