com.meiglobal.ebds.api.event
Class DownloadFinishEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.meiglobal.ebds.api.event.AcceptorEvent
          extended by com.meiglobal.ebds.api.event.DownloadFinishEvent
All Implemented Interfaces:
java.io.Serializable

public class DownloadFinishEvent
extends AcceptorEvent

Event generated when the device finishes the firmware download process.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.meiglobal.ebds.api.event.AcceptorEvent
description
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DownloadFinishEvent(java.lang.Object source, boolean success)
          Constructor
 
Method Summary
 boolean successful()
          Informs the result of the 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

DownloadFinishEvent

public DownloadFinishEvent(java.lang.Object source,
                           boolean success)
Constructor

Parameters:
source - Event source object.
success - Result of the download.
Method Detail

successful

public boolean successful()
Informs the result of the download.

Returns:
True if the download completed successfully.