All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.system.EASEvent.html Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version






EASEvent














org.ocap.system
Class EASEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.ocap.system.EASEvent
All Implemented Interfaces:
java.io.Serializable

public class EASEvent
extends java.util.EventObject

This class represents an EAS event.

See Also:
Serialized Form

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(java.lang.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

EAS_DETAILS_CHANNEL

public static final int EAS_DETAILS_CHANNEL
This event is generated when an EAS table is detected by the implementation and the table requires a forced tune.

See Also:
Constant Field Values

EAS_TEXT_DISPLAY

public static final int EAS_TEXT_DISPLAY
This event is generated when an EAS table is detected by the implementation and the table requires textual display.

See Also:
Constant Field Values

EAS_COMPLETE

public static final int EAS_COMPLETE
The event is generated when an EAS message completes.

See Also:
Constant Field Values
Constructor Detail

EASEvent

public EASEvent(java.lang.Object source,
                int reason)
Constructs a EASEvent with the specified source and reason.

Parameters:
source - Implementation specific source object
reason - The reason that caused this event. See constants in this class for possible reasons.
Method Detail

getReason

public int getReason()
Gets the reason passed to the constructor.

Returns:
Reason for this event.






© 2015 - 2024 Weber Informatics LLC | Privacy Policy