Interface IFocusListener
Interface for https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/event/FocusListener.html
public interface IFocusListener : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
Methods
FocusGained(FocusEvent)
void FocusGained(FocusEvent arg0)
Parameters
arg0
FocusEvent
FocusLost(FocusEvent)
void FocusLost(FocusEvent arg0)
Parameters
arg0
FocusEvent