Class ListPositionChangeEvent<T>

java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<ListPositionChangeEvent.ListPositionChangeHandler<T>>
de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent<T>
Type Parameters:
T - type of the Event

public class ListPositionChangeEvent<T> extends com.google.gwt.event.shared.GwtEvent<ListPositionChangeEvent.ListPositionChangeHandler<T>>
event which can be thrown by a list editor entry to inform about it's movement.
Author:
Manfred Tremmel