Uses of Class
com.iizix.gyro.FocusEvent
Packages that use FocusEvent Package Description com.iizix.gyro com.iizix.server.gyro Uses of FocusEvent in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type FocusEvent Modifier and Type Method Description void
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 FocusEvent Modifier and Type Method Description void
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.