|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.ocap.system.EASEvent
public class EASEvent
This class represents an EAS event.
| Field Summary | |
|---|---|
static int |
EAS_COMPLETE
The event is generated when an EAS message completes. |
static int |
EAS_DETAILS_CHANNEL
This event is generated when an EAS table is detected by the implementation and the table requires a forced tune. |
static int |
EAS_TEXT_DISPLAY
This event is generated when an EAS table is detected by the implementation and the table requires textual display. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
EASEvent(Object source,
int reason)
Constructs a EASEvent with the specified source and reason. |
|
| Method Summary | |
|---|---|
int |
getReason()
Gets the reason passed to the constructor. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int EAS_DETAILS_CHANNEL
public static final int EAS_TEXT_DISPLAY
public static final int EAS_COMPLETE
| Constructor Detail |
|---|
public EASEvent(Object source,
int reason)
source - Implementation specific source objectreason - The reason that caused this event. See constants in this class
for possible reasons.| Method Detail |
|---|
public int getReason()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||