net.user1.union.core.event
Class UPCEvent

java.lang.Object
  extended by net.user1.union.core.event.BaseEvent
      extended by net.user1.union.core.event.UPCEvent
All Implemented Interfaces:
Event

public class UPCEvent
extends BaseEvent

UPCEvent is a simple data class used to pass information about a UPCEvent to registered event-listeners.


Field Summary
static java.lang.String UPC_PROCESSED
          Dispatched when a UPC has been processed by the server.
static java.lang.String UPC_QUEUE_REQUESTED
          Dispatched when a UPC is about to be queued for processing by the server.
 
Fields inherited from class net.user1.union.core.event.BaseEvent
m_eventProperties
 
Constructor Summary
UPCEvent(UPCProcessingRecord upc)
          Constructor.
 
Method Summary
 UPCProcessingRecord getUPCProcessingRecord()
          Returns the UPCProcessingRecord for the UPC.
 
Methods inherited from class net.user1.union.core.event.BaseEvent
getProperty, isCanceled, preventDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPC_QUEUE_REQUESTED

public static final java.lang.String UPC_QUEUE_REQUESTED
Dispatched when a UPC is about to be queued for processing by the server.

See Also:
Constant Field Values

UPC_PROCESSED

public static final java.lang.String UPC_PROCESSED
Dispatched when a UPC has been processed by the server.

See Also:
Constant Field Values
Constructor Detail

UPCEvent

public UPCEvent(UPCProcessingRecord upc)
Constructor.

Method Detail

getUPCProcessingRecord

public UPCProcessingRecord getUPCProcessingRecord()
Returns the UPCProcessingRecord for the UPC.

Returns:
the UPCProcessingRecord for the UPC


Copyright USER1 Subsystems Corporation - Tue Jan 28 2014, 05:05 PM -0500