Table of Contents

Class AppReopenedListener

Namespace
Java.Awt.DesktopNs
Assembly
MASES.JNet.dll
public class AppReopenedListener : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAppReopenedListener
Inheritance
AppReopenedListener
Implements
Derived
Inherited Members
Extension Methods

Constructors

AppReopenedListener()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public AppReopenedListener()

AppReopenedListener(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public AppReopenedListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnAppReopened

public Action<AppReopenedEvent> OnAppReopened { get; set; }

Property Value

Action<AppReopenedEvent>

Remarks

If OnAppReopened has a value it takes precedence over corresponding class method

Methods

AppReopened(AppReopenedEvent)

public virtual void AppReopened(AppReopenedEvent arg0)

Parameters

arg0 AppReopenedEvent

AppReopenedEvent

InitializeHandlers()

Handlers initializer for AppReopenedListener

protected virtual void InitializeHandlers()