Package com._1c.g5.lwt.controls
Interface IChangingListener<S,V>
-
- Type Parameters:
S
- the changing event source.V
- the type of the value changing.
public interface IChangingListener<S,V>
Pre-change listener contract.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
changing(S source, V value)
Invoked when some source value is about to change.
-