|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- the supported report typeM
- the supported message typepublic interface ReportListener<R extends Report<M>,M extends Message>
Report listener interface. Listens for ReportService
events.
Method Summary | |
---|---|
Class<M> |
getMessageType()
Get the message type |
Class<R> |
getReportType()
Get the report type. |
void |
reportAdded(R report)
Called when a report has been added |
void |
reportsDeleted()
Called when all reports have been deleted |
Method Detail |
---|
Class<R> getReportType()
Class<M> getMessageType()
void reportAdded(R report)
report
- the report that was addedvoid reportsDeleted()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |