org.apache.wicket.util.listener
Interface IChangeListener2<T extends IModifiable>

All Superinterfaces:
IChangeListener

public interface IChangeListener2<T extends IModifiable>
extends IChangeListener

Generic "something changed" listener interface that also provides the changed object as an argument.


Method Summary
 void onChange(T modifiable)
          Client method that is called to indicate that something changed.
 
Methods inherited from interface org.apache.wicket.util.listener.IChangeListener
onChange
 

Method Detail

onChange

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

Parameters:
modifiable - The object that has changed


Copyright © 2006–2016 Apache Software Foundation. All rights reserved.