Trace: • Using Calculated Values • Delete a Screen • Manual Menu Definition • Create an Anonymous Connection • Custom Themes
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
applications:application_events [2020/07/01 16:45] cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
applications:application_events [2020/07/08 12:59] (current) cduncan articles |
||
---|---|---|---|
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> |