org.ocap.system.event.DeferredDownloadEvent.html Maven / Gradle / Ivy
DeferredDownloadEvent
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.ocap.system.event
Class DeferredDownloadEvent
java.lang.Object
org.ocap.system.event.SystemEvent
org.ocap.system.event.DeferredDownloadEvent
public class DeferredDownloadEvent
- extends SystemEvent
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 |
---|
DeferredDownloadEvent
public DeferredDownloadEvent(int typeCode)
- System event constructor assigns an eventId, Date, and ApplicationIdentifier.
- Parameters:
typeCode
- - Unique event type.- Throws:
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 |