public static interface AntProjectCookie.ParseStatus extends AntProjectCookie
AntProjectCookie.ParseStatus
Modifier and Type | Method and Description |
---|---|
boolean |
isParsed()
Check whether the project is currently parsed.
|
addChangeListener, getDocument, getFile, getFileObject, getParseException, getProjectElement, removeChangeListener
boolean isParsed()
If not parsed, then if and when it does later become parsed, a change event should be fired. A project might become unparsed after being parsed, due to e.g. garbage collection; this need not fire any event.
If the project is currently parsed, the methods
AntProjectCookie.getDocument()
,
AntProjectCookie.getProjectElement()
, and
AntProjectCookie.getParseException()
should
not block.