|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.salespointframework.core.data.events.DataBasketEvent
public class DataBasketEvent
An event that indicates a change in a DataBasket's contents.
Field Summary | |
---|---|
private DataBasketEntry |
m_dbeEntry
The DataBasketEntry that was affected by the change. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DataBasketEvent(DataBasket dbSource,
DataBasketEntry dbe)
Create a new DataBasketEvent. |
Method Summary | |
---|---|
DataBasketEntry |
getAffectedEntry()
Get the affected DataBasketEntry. |
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 |
Field Detail |
---|
private DataBasketEntry m_dbeEntry
Constructor Detail |
---|
public DataBasketEvent(DataBasket dbSource, DataBasketEntry dbe)
dbSource
- the DataBasket that triggers the event.dbe
- the affected DataBasketEntry.Method Detail |
---|
public DataBasketEntry getAffectedEntry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |