You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/11/27 16:15:12 UTC

[jira] [Created] (WICKET-5778) Pass the IModifiable to the IChangeListener in ModificationWatcher

Martin Grigorov created WICKET-5778:
---------------------------------------

             Summary: Pass the IModifiable to the IChangeListener in ModificationWatcher
                 Key: WICKET-5778
                 URL: https://issues.apache.org/jira/browse/WICKET-5778
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 7.0.0-M4, 6.18.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
            Priority: Minor


It would be nice if the modified IModifiable is passed as a parameter to IChangeListener's #onChange() method. This way a listener may react only on specific modifications.
For example the application may cast the IModifiable to FileResourceStream and do something only for Less resources.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)