Click or drag to resize

CLRNamingEventData Class

Event data associated to a Java NamingEvent
Inheritance Hierarchy

Namespace:  MASES.JCOBridge.C2JBridge.Specialized
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.3.2.210304-f3821f45d93542a4fb34c013ca105a6afd2f10a2
Syntax
public sealed class CLRNamingEventData : CLREventObjectData

The CLRNamingEventData type exposes the following members.

Constructors
  NameDescription
Public methodCLRNamingEventData
Initialize a new CLRNamingEventData
Top
Properties
  NameDescription
Public propertyChangeInfo
Retrieves the change information for this event.
Public propertyDynEventData
Dynamic accessor to the information about event information received from the JVM
(Inherited from CLREventData.)
Public propertyEventContext
Retrieves the event source that fired this event.
Public propertyNewBinding
Retrieves the binding of the object after the change.
Public propertyOldBinding
Retrieves the binding of the object before the change.
Public propertySource
The object on which the Event initially occurred.
(Inherited from CLREventObjectData.)
Public propertyType
Returns the type of this event.
Top
Methods
  NameDescription
Public methodDispatch
Invokes the appropriate listener method on this event. The default implementation of this method handles the following event types: OBJECT_ADDED, OBJECT_REMOVED, OBJECT_RENAMED, OBJECT_CHANGED.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string representation of the object.
(Overrides CLREventObjectDataToString.)
Top
See Also