Table of Contents

Interface IFocusListener

Namespace
Java.Awt.EventNs
Assembly
MASES.JNet.dll
public interface IFocusListener : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members
IJVMBridgeBase.CastToAndDetach<TNewClass>()
IJVMBridgeBase.CastDirectAndDetach<TNewClass>()
Extension Methods

Methods

FocusGained(FocusEvent)

void FocusGained(FocusEvent arg0)

Parameters

arg0 FocusEvent

FocusEvent

FocusLost(FocusEvent)

void FocusLost(FocusEvent arg0)

Parameters

arg0 FocusEvent

FocusEvent