org.apache.wicket.util.listener
Interface IChangeListener


public interface IChangeListener

Generic "something changed" listener interface.

Author:
Jonathan Locke

Method Summary
 void onChange()
          Client method that is called to indicate that something changed.
 

Method Detail

onChange

void onChange()
Client method that is called to indicate that something changed.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.