public class DataEvent
extends java.util.EventObject
Modifier | Constructor and Description |
---|---|
protected |
DataEvent(java.lang.Object source, int id)
Creates an event with a data change list.
|
Modifier and Type | Method and Description |
---|---|
int |
getEventId() |
protected DataEvent(java.lang.Object source, int id)
source
- the publisher of the event.id
- Event Identifier generated by the datacontrol. This will be carried through to the component so that component may request datacontrol to start events from the given id onwards.