Trace:
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
jvx:reference [2020/06/24 15:47] cduncan [Fire away!] |
jvx:reference [2024/11/18 10:34] (current) admin |
||
---|---|---|---|
Line 1896: | Line 1896: | ||
===== Parameters or No Parameters? To Throw or Not to Throw? ===== | ===== Parameters or No Parameters? To Throw or Not to Throw? ===== | ||
- | By default we actually support two different classes of listeners, the specified event/listener interface itself and ''%%javax.rad.util.IRunnable%%''. This means you can also attach methods that do not have any parameters, like this: | + | By default we actually support two different classes of listeners, the specified event/listener interface itself and ''%%jvx.rad.util.IRunnable%%''. This means you can also attach methods that do not have any parameters, like this: |
<code java> | <code java> |