public interface PostOpenAction
Modifier and Type | Method and Description |
---|---|
boolean |
isActionNecessary(ParserResult pr)
This method is queried in order to find out whether the action needs to be
performed or not.
|
void |
performAction(BasePanel panel,
ParserResult pr)
This method is called after the new database has been added to the GUI, if
the isActionNecessary() method returned true.
|
boolean isActionNecessary(ParserResult pr)
pr
- The result of the bib parse operation.void performAction(BasePanel panel, ParserResult pr)
panel
- The BasePanel where the database is shown.pr
- The result of the bib parse operation.