public class IEventSourceImplementation extends NetObject implements IEventSource
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Framework.IEventSource
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Framework
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Framework.IEventSource
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IEventSourceImplementation(java.lang.Object instance)
Internal constructor.
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IEventSourceImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addAnyEventRaised(AnyEventHandler handler) throws java.lang.Throwable
addAnyEventRaised in interface IEventSourcejava.lang.Throwablepublic void addBuildFinished(BuildFinishedEventHandler handler) throws java.lang.Throwable
addBuildFinished in interface IEventSourcejava.lang.Throwablepublic void addBuildStarted(BuildStartedEventHandler handler) throws java.lang.Throwable
addBuildStarted in interface IEventSourcejava.lang.Throwablepublic void addCustomEventRaised(CustomBuildEventHandler handler) throws java.lang.Throwable
addCustomEventRaised in interface IEventSourcejava.lang.Throwablepublic void addErrorRaised(BuildErrorEventHandler handler) throws java.lang.Throwable
addErrorRaised in interface IEventSourcejava.lang.Throwablepublic void addMessageRaised(BuildMessageEventHandler handler) throws java.lang.Throwable
addMessageRaised in interface IEventSourcejava.lang.Throwablepublic void addProjectFinished(ProjectFinishedEventHandler handler) throws java.lang.Throwable
addProjectFinished in interface IEventSourcejava.lang.Throwablepublic void addProjectStarted(ProjectStartedEventHandler handler) throws java.lang.Throwable
addProjectStarted in interface IEventSourcejava.lang.Throwablepublic void addStatusEventRaised(BuildStatusEventHandler handler) throws java.lang.Throwable
addStatusEventRaised in interface IEventSourcejava.lang.Throwablepublic void addTargetFinished(TargetFinishedEventHandler handler) throws java.lang.Throwable
addTargetFinished in interface IEventSourcejava.lang.Throwablepublic void addTargetStarted(TargetStartedEventHandler handler) throws java.lang.Throwable
addTargetStarted in interface IEventSourcejava.lang.Throwablepublic void addTaskFinished(TaskFinishedEventHandler handler) throws java.lang.Throwable
addTaskFinished in interface IEventSourcejava.lang.Throwablepublic void addTaskStarted(TaskStartedEventHandler handler) throws java.lang.Throwable
addTaskStarted in interface IEventSourcejava.lang.Throwablepublic void addWarningRaised(BuildWarningEventHandler handler) throws java.lang.Throwable
addWarningRaised in interface IEventSourcejava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IEventSourcegetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IEventSourcegetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IEventSourcegetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IEventSourcegetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IEventSourcegetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic void removeAnyEventRaised(AnyEventHandler handler) throws java.lang.Throwable
removeAnyEventRaised in interface IEventSourcejava.lang.Throwablepublic void removeBuildFinished(BuildFinishedEventHandler handler) throws java.lang.Throwable
removeBuildFinished in interface IEventSourcejava.lang.Throwablepublic void removeBuildStarted(BuildStartedEventHandler handler) throws java.lang.Throwable
removeBuildStarted in interface IEventSourcejava.lang.Throwablepublic void removeCustomEventRaised(CustomBuildEventHandler handler) throws java.lang.Throwable
removeCustomEventRaised in interface IEventSourcejava.lang.Throwablepublic void removeErrorRaised(BuildErrorEventHandler handler) throws java.lang.Throwable
removeErrorRaised in interface IEventSourcejava.lang.Throwablepublic void removeMessageRaised(BuildMessageEventHandler handler) throws java.lang.Throwable
removeMessageRaised in interface IEventSourcejava.lang.Throwablepublic void removeProjectFinished(ProjectFinishedEventHandler handler) throws java.lang.Throwable
removeProjectFinished in interface IEventSourcejava.lang.Throwablepublic void removeProjectStarted(ProjectStartedEventHandler handler) throws java.lang.Throwable
removeProjectStarted in interface IEventSourcejava.lang.Throwablepublic void removeStatusEventRaised(BuildStatusEventHandler handler) throws java.lang.Throwable
removeStatusEventRaised in interface IEventSourcejava.lang.Throwablepublic void removeTargetFinished(TargetFinishedEventHandler handler) throws java.lang.Throwable
removeTargetFinished in interface IEventSourcejava.lang.Throwablepublic void removeTargetStarted(TargetStartedEventHandler handler) throws java.lang.Throwable
removeTargetStarted in interface IEventSourcejava.lang.Throwablepublic void removeTaskFinished(TaskFinishedEventHandler handler) throws java.lang.Throwable
removeTaskFinished in interface IEventSourcejava.lang.Throwablepublic void removeTaskStarted(TaskStartedEventHandler handler) throws java.lang.Throwable
removeTaskStarted in interface IEventSourcejava.lang.Throwablepublic void removeWarningRaised(BuildWarningEventHandler handler) throws java.lang.Throwable
removeWarningRaised in interface IEventSourcejava.lang.Throwablepublic static IEventSource ToIEventSource(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IEventSource, a cast assert is made to check if types are compatible.ToIEventSource in interface IEventSourcefrom - IJCOBridgeReflected instance to be castedIEventSource instancejava.lang.Throwable - in case of error during cast operation