Table of Contents

Class UserSessionListener

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

Constructors

UserSessionListener()

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

public UserSessionListener()

UserSessionListener(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 UserSessionListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnUserSessionActivated

public Action<UserSessionEvent> OnUserSessionActivated { get; set; }

Property Value

Action<UserSessionEvent>

Remarks

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

OnUserSessionDeactivated

public Action<UserSessionEvent> OnUserSessionDeactivated { get; set; }

Property Value

Action<UserSessionEvent>

Remarks

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

Methods

InitializeHandlers()

Handlers initializer for UserSessionListener

protected virtual void InitializeHandlers()

UserSessionActivated(UserSessionEvent)

public virtual void UserSessionActivated(UserSessionEvent arg0)

Parameters

arg0 UserSessionEvent

UserSessionEvent

UserSessionDeactivated(UserSessionEvent)

public virtual void UserSessionDeactivated(UserSessionEvent arg0)

Parameters

arg0 UserSessionEvent

UserSessionEvent