|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.meiglobal.ebds.api.event.AcceptorEvent
com.meiglobal.ebds.api.event.DownloadStartEvent
public class DownloadStartEvent
Event generated when the device starts the firmware download process.
Field Summary |
---|
Fields inherited from class com.meiglobal.ebds.api.event.AcceptorEvent |
---|
description |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DownloadStartEvent(java.lang.Object source,
int packetCount)
Constructor |
Method Summary | |
---|---|
int |
getPacketCount()
Returns the total packet count for this download. |
Methods inherited from class com.meiglobal.ebds.api.event.AcceptorEvent |
---|
getDescription |
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 |
Constructor Detail |
---|
public DownloadStartEvent(java.lang.Object source, int packetCount)
source
- Event source object.packetCount
- The file's total packet count.Method Detail |
---|
public int getPacketCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |