Package totalcross.ui.event
Class ValueChangeEvent<T>
- java.lang.Object
-
- totalcross.ui.event.Event<ValueChangeHandler<T>>
-
- totalcross.ui.event.ValueChangeEvent<T>
-
public class ValueChangeEvent<T> extends Event<ValueChangeHandler<T>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class totalcross.ui.event.Event
Event.Type<H>
-
-
Constructor Summary
Constructors Constructor Description ValueChangeEvent(java.lang.Object target, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispatch(ValueChangeHandler<T> listener)TgetValue()-
Methods inherited from class totalcross.ui.event.Event
clearQueue, getNextAvailableEventId, isAvailable, toString, touch
-
-
-
-
Constructor Detail
-
ValueChangeEvent
public ValueChangeEvent(java.lang.Object target, T value)
-
-
Method Detail
-
getValue
public T getValue()
-
dispatch
public void dispatch(ValueChangeHandler<T> listener)
- Specified by:
dispatchin classEvent<ValueChangeHandler<T>>
-
-