Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
applications:application_events [2018/02/07 06:42] admin created |
applications:application_events [2020/07/08 12:59] (current) cduncan articles |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Application events~~ | + | ~~Title: Application Events~~ |
If you need more information about the application and what's going on in the application, you should add an event listener. The application sends events in different situations: | If you need more information about the application and what's going on in the application, you should add an event listener. The application sends events in different situations: | ||
Line 61: | Line 61: | ||
</file> | </file> | ||
- | No worries, there are event methods in the application. It's not needed to implement all of above methods, only what you need, e.g. | + | No worries, there are event methods in the application. It's not needed to implement all of the above methods, only what you need, e.g., |
<file java> | <file java> | ||
application.eventAfterLogin().addListener(this, "doAfterLogin"); | application.eventAfterLogin().addListener(this, "doAfterLogin"); | ||
</file> | </file> |