Uses of Class
com.iizix.gyro.FocusEvent
Packages that use FocusEvent
Uses of FocusEvent in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type FocusEventModifier and TypeMethodDescriptionvoid
IFocusListener.onFocusChanged
(FocusEvent event) Called when the focus is changed.void
IFocusVetoListener.onFocusVetoChanged
(FocusEvent event) Called when the focus is changed.Uses of FocusEvent in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type FocusEventModifier and TypeMethodDescriptionvoid
AppSessionGyro.onFocusVetoChange
(FocusEvent event) Called to perform veto.void
ClientSessionGyro.onFocusVetoChange
(FocusEvent event) Called to perform veto.void
IGyroFocusEngineOwner.onFocusVetoChange
(FocusEvent event) Called to perform veto.