|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.user1.union.core.event.BaseEvent
net.user1.union.core.event.UPCEvent
public class UPCEvent
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. |
| 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 |
|---|
public static final java.lang.String UPC_QUEUE_REQUESTED
public static final java.lang.String UPC_PROCESSED
| Constructor Detail |
|---|
public UPCEvent(UPCProcessingRecord upc)
| Method Detail |
|---|
public UPCProcessingRecord getUPCProcessingRecord()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||