|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.cyclonecommerce.cybervan.api.InterchangeEvent
Represents an event generated by the Interchange Server engine
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
InterchangeEvent(java.lang.Object interchangeEventDescription)
Creates an instance of InterchangeEvent with a given description Internal server use only |
Method Summary | |
InterchangeEventDescription |
getDescription()
Get the description of the event |
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 InterchangeEvent(java.lang.Object interchangeEventDescription)
interchangeEventDescription
- Method Detail |
public InterchangeEventDescription getDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |