Package com.droplets.api.event

This package encapsulates all event-related classes.

See:
          Description

Interface Summary
ActionListener Defines the interface that must be implemented by classes that wish to receive ActionEvents.
AttributeChangeListener Interface to be implemented by classes interested in AttributeChangeEvents on components.
AuthenticationHandler Callback interface for handling the results of an authentication request.
CalendarChangeListener Deprecated. Use DateChooserListener instead.
ClickListener Interface to be implemented by objects interested in receiving ButtonClickEvents.
DateChooserListener Interface to be implemented by objects interested in being notified when the date value of a DateChooser changes.
DialogCloseListener Implement this interface if you want to be notified of message box or error dialog closes.
DriplineInvokeListener Defines the interface that must be implemented by classes that wish to receive notifications when the Dripline invokes a Droplet.
DriplineTokenChangeListener Defines the interface that must be implemented by classes that wish to receive notifications when a Dripline channel token changes.
DropListener The interface that must be implemented by objects interested in receiving DropEvents.
ItemListener The interface for receiving ItemEvents.
KeyPressListener Defines the interface that must be implemented by classes that wish to receive KeyPressEvents.
MenuSelectionListener Deprecated. Only for use with DeprecatedMenu Interface to be implemented by objects interested in being notified when a selection is made from an application menu.
ObjectInvalidationListener Defines the interface that must be implemented by classes that wish to receive ObjectInvalidationEvents.
OpenDialogListener Interface to be implemented by objects interested in receiving File Open Dialog events.
ParseEditChoiceChangeListener Interface to be implemented by objects interested in being notified when the date value of a ParseEditChoice changes.
PlotChangeListener  
PollListener Interface to be implemented by objects interested in receiving client poll events.
PreviewListener Interface to be implemented by objects interested in receiving previews of the value of a TextField in order to use the autocomplete feature.
SelectionListener  
TableCellValueChangeListener Defines the interface that must be implemented to receive TableCellValueChangeEvents.
TableModelListener This interface is implemented by the Table component in order to listen to data change events coming from the data model.
TreeCheckboxListener This interface is used to send notification a node on the tree will be expanding or collapsing.
TreeSelectionListener This interface is used to send notification that the selection on the tree has changed.
TreeWillExpandListener This interface is used to send notification a node on the tree will be expanding or collapsing.
ValueChangeListener Interface to be implemented by objects interested in being notified when the value of a component changes.
WindowCloseListener Interface to be implemented by objects interested in being notified when a window is about to close.
 

Class Summary
ActionEvent Event fired when a user performs an action on a component.
AttributeChangeEvent Event fired when the value of a component attribute changes.
AuthenticationHandlerAdapter Convenience class that provides empty implementations for the methods in the AuthenticationHandler interface, allowing you to selectively override only those methods that you need to implement.
CalendarChangeEvent Deprecated. Use DateChooserEvent instead.
ClickEvent Event fired when a click or double-click occurs on a component.
DateChooserEvent Event object that is used to notify an application that the date in a DateChooser has changed
DriplineInvokeEvent Defines the class that encapsulates the Dripline invoke information.
DriplineTokenChangeEvent Defines the class that encapsulates the Dripline channel token change information.
DropEvent Event that is fired when one drag-and-drop-enabled component is dragged onto another.
EventListenerList This class mimics javax.swing.event.EventListenerList.
ItemEvent Represents an event that indicates that an item within a list of zero or more items was selected or deselected.
KeyPressEvent This event carries with it a key press, represented as an ASCII character code of the key.
MenuSelectionEvent Deprecated. Only for use with DeprecatedMenu Event fired when the user selects a choice from an application menu.
ObjectInvalidationEvent Event fired when a Droplets API object is invalidated, meaning it can no longer be used.
OpenDialogEvent An event to encapsulate the data from Open File Dialog events
ParseEditChoiceChangeEvent Event object that is used to notify an application that the selection in a ParseEditChoice has changed
PlotChangeEvent  
PreviewEvent Event fired when the user types a new character into a TextField whose sendPreview property is on.
SelectionEvent  
TableCellValueChangeEvent Event triggered when the end-user has modified a value in a Table.
TableDropEvent Event that is fired when one drag-and-drop-enabled component is dragged onto a table.
TableModelEvent An event sent from TableModel to its listeners.
TreeClickEvent Event fired when a tree node is clicked.
TreeEvent An event sent from Tree to its listeners.
ValueChangeEvent Event fired when the value of a component changes.
WindowCloseEvent Event fired when a window is closed.
 

Package com.droplets.api.event Description

This package encapsulates all event-related classes. Event classes are used by the Droplet Server to inform your application when an event takes place on the client side (for example, the selecting of a component, the entry of text into a field or the closing of an application window).

The classes in this package are used to communicate user-initiated events from the client side to your application. These events will get delivered in the Droplet Server's event handling thread.

 

 



Copyright © Droplets, 2001. All Rights Reserved.