|
||||||||||
| 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.DownloadProgressEvent
public class DownloadProgressEvent
Event generated when the device is downloading the firmware, the event contains the packet number sent.
| Field Summary |
|---|
| Fields inherited from class com.meiglobal.ebds.api.event.AcceptorEvent |
|---|
description |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DownloadProgressEvent(java.lang.Object source,
int packetNumber)
Constructor |
|
| Method Summary | |
|---|---|
int |
getPacketNumber()
Returns the current packet number that was received successfuly. |
| 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 DownloadProgressEvent(java.lang.Object source,
int packetNumber)
source - Event source object.packetNumber - The last successfully sent packet number.| Method Detail |
|---|
public int getPacketNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||