Interface SyEventReceiverType
- All Known Subinterfaces:
SyButtonType, SyButtonWithTextType, SyCheckboxType, SyComponentType, SyContainerType, SyGridViewType, SyImageViewType, SyListViewType, SyMenuBarItemType, SyMenuBarType, SyMenuItemAtomType, SyMenuItemSeparatorType, SyMenuItemSubmenuType, SyMenuItemType, SyMenuType, SyScrollBarHorizontalType, SyScrollBarType, SyScrollBarVerticalType, SyScrollPaneType, SyTextAreaType, SyTextFieldType, SyTextMultiLineViewType, SyTextViewType
public interface SyEventReceiverType
The type of objects that can receive events.
-
Method Summary
Modifier and TypeMethodDescriptioneventSend(SyEventInputType event) Send an event to this receiver.
-
Method Details
-
eventSend
Send an event to this receiver.- Parameters:
event- The event- Returns:
- A value indicating if the event was understood and consumed
-