Package com.codename1.ui.events
package com.codename1.ui.events
Observable pattern event listeners in the spirit of AWT 1.1's event
dispatching architecture, all events are dispatched on the EDT (Event Dispatch Thread).
See the overview documentation for further information and
com.codename1.ui.Display.-
ClassDescriptionEvent object delivered when an
ActionListenercallback is invokedThe event type, as declared when the event is created.ActionListener<T extends ActionEvent>Event callback interface invoked when a component action occursActionSource<T extends ActionEvent>An interface that can be implemented by any class that broadcasts ActionEvents.**Important: Calls to this interface are always performed on a separate thread from the EDT! They are performed on the native webkit rendering thread or native event dispatch thread, this interface MUST NEVER block or synchronize against the EDT which WILL lead to deadlocks.An event that is fired when the state of a component is changed to and from initialized.Event callback interface invoked when acom.codename1.ui.list.ListModelchanges its state thus indicating to the view that it should refresh.Observes focus change events for a given form and invokes the callbacks to enable us to assign functionality based on current focused component.Encapsulates an event that either originates outside the App (e.g. from the webpage that contains the app if it is published using the Javascript port); or whose destination is outside the app.Encapsulates a promise that should be fulfilled when implementingn a custom permissions prompt to record or play audio.Invoked to indicate a scroll change eventsInvoked to indicate a selection change in the list modelInvoked to indicate a change in aStylepropertyDescribes a change in the native window hosting the Codename One display on desktop platforms.The type of window change that occurred.