| java.lang.Object de.jwic.base.ValueChangedQueue
ValueChangedQueue | public class ValueChangedQueue (Code) | | The ValueChangedQueue is used by the dispatcher to collect the
ValueChangedEvents that occured during the field update. The
dispatcher will fire the events when all fields are updated.
author: Florian Lippisch version: $Revision: 1.1 $ |
processQueue | public void processQueue()(Code) | | Process the event queue.
|
valueChanged | public void valueChanged(ValueChangedListener[] listeners, ValueChangedEvent event)(Code) | | Adds the listeners for the specified event to the event queue. The queue is processed
after all fields have been updated.
Parameters: listeners - Parameters: event - |
|
|