|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ocap.system.event.SystemEvent
org.ocap.system.event.DeferredDownloadEvent
public class DeferredDownloadEvent
This class represents an event returned by the system when a deferred download is instigated by the receipt of a code version table with download_command = 0x01 (see [CCIF 2.0]).
Field Summary |
---|
Constructor Summary | |
---|---|
DeferredDownloadEvent(int typeCode)
System event constructor assigns an eventId, Date, and ApplicationIdentifier. |
Method Summary |
---|
Methods inherited from class org.ocap.system.event.SystemEvent |
---|
getAppID, getDate, getMessage, getTypeCode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeferredDownloadEvent(int typeCode)
typeCode
- - Unique event type.
java.lang.IllegalArgumentException
- if the typeCode is not in a defined application range
when the event is created by an application.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |