Class BeanContextServicesListener
- Namespace
- Java.Beans.Beancontext
- Assembly
- MASES.JNet.dll
public class BeanContextServicesListener : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IBeanContextServicesListener
- Inheritance
-
BeanContextServicesListener
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BeanContextServicesListener()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public BeanContextServicesListener()
BeanContextServicesListener(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 BeanContextServicesListener(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
OnServiceAvailable
public Action<BeanContextServiceAvailableEvent> OnServiceAvailable { get; set; }
Property Value
Remarks
If OnServiceAvailable has a value it takes precedence over corresponding class method
OnServiceRevoked
public Action<BeanContextServiceRevokedEvent> OnServiceRevoked { get; set; }
Property Value
Remarks
If OnServiceRevoked has a value it takes precedence over corresponding class method
Methods
InitializeHandlers()
Handlers initializer for BeanContextServicesListener
protected virtual void InitializeHandlers()
ServiceAvailable(BeanContextServiceAvailableEvent)
public virtual void ServiceAvailable(BeanContextServiceAvailableEvent arg0)
Parameters
ServiceRevoked(BeanContextServiceRevokedEvent)
public virtual void ServiceRevoked(BeanContextServiceRevokedEvent arg0)