Class 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