public class SectionCompletedEvent
extends java.util.EventObject
Constructor and Description |
---|
SectionCompletedEvent(java.lang.Object source)
Constructs a SectionCompletedEvent object.
|
SectionCompletedEvent(java.lang.Object source,
java.lang.String section)
Constructs a SectionCompletedEvent object with the specified data section.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSection()
Returns the completed section of data.
|
void |
setSection(java.lang.String section)
Sets the completed section of data.
|
public SectionCompletedEvent(java.lang.Object source)
source
- The object where the event originated.public SectionCompletedEvent(java.lang.Object source, java.lang.String section)
source
- The object where the event originated.section
- The completed section of data.