public class ContentValidationEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isValid |
private static long |
serialVersionUID |
source| Constructor and Description |
|---|
ContentValidationEvent(Object source,
boolean isValid)
Constructs a new
ContentValidationEvent. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid()
Determines if the conditions required to close this panel are met.
|
getSource, toStringprivate static final long serialVersionUID
private final boolean isValid
public ContentValidationEvent(Object source, boolean isValid)
ContentValidationEvent.source - object on which the Event initially occurredisValid - true if the conditions required to close this panel are metpublic final boolean isValid()