Steven Swor created PIVOT-883: --------------------------------- Summary: Update Javadoc for ComponentStateListener method arguments Key: PIVOT-883 URL: https://issues.apache.org/jira/browse/PIVOT-883 Project: Pivot Issue Type: Improvement Components: wtk Affects Versions: 2.0.2, 2.0.1, 2.0 Reporter: Steven Swor Priority: Minor Fix For: 2.0.3
The org.apache.pivot.wtk.ComponentStateListener interface has two methods, enabledChanged(Component) and focusedChanged(Component, Component). While it should be pretty intuitive that the single argument of enabledChanged is the component whose enabled state has changed, the javadoc for the focusedChanged method is a bit vague as to what each argument represents. I'm assuming that the "component" argument is the one which lost focus and "obverseComponent" is the one that gained focus, but I could have that backwards :-) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira