[
https://issues.apache.org/jira/browse/PIVOT-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698119#action_12698119
]
Todd Volkert commented on PIVOT-80:
-----------------------------------
Actually, a quick Sed script let me migrate over my existing adapters very
easily, so I just checked the following in:
core/src/pivot/collections/SetListener.java
core/src/pivot/collections/ListListener.java
core/src/pivot/collections/MapListener.java
wtk/src/pivot/wtk/ComponentKeyListener.java
wtk/src/pivot/wtk/TabPaneSelectionListener.java
wtk/src/pivot/wtk/ComponentMouseButtonListener.java
wtk/src/pivot/wtk/TableViewRowListener.java
wtk/src/pivot/wtk/TextInputCharacterListener.java
wtk/src/pivot/wtk/ListViewSelectionListener.java
wtk/src/pivot/wtk/ListViewListener.java
wtk/src/pivot/wtk/WindowStateListener.java
wtk/src/pivot/wtk/DialogStateListener.java
wtk/src/pivot/wtk/SheetStateListener.java
wtk/src/pivot/wtk/ViewportListener.java
wtk/src/pivot/wtk/ComponentListener.java
wtk/src/pivot/wtk/ListViewItemListener.java
web/src/pivot/web/QueryListener.java
> create adapter classes for listener interfaces
> ----------------------------------------------
>
> Key: PIVOT-80
> URL: https://issues.apache.org/jira/browse/PIVOT-80
> Project: Pivot
> Issue Type: Improvement
> Components: wtk
> Affects Versions: 1.1
> Reporter: Noel Grandin
> Priority: Minor
>
> Implement adapter classes for the listener interfaces.
> From Greg Brown:
> I'd suggest making them static inner classes of the interface itself; e.g.
> ListListener.Adapter. I'd also suggest that we don't need to do this for
> every listener interface (some simply aren't likely to be of sufficient
> interest to non-platform developers).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.