DomainValidatingEventHandler

Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate

public abstract class DomainValidatingEventHandler extends System.MulticastDelegate

Represents the event handler for DomainValidatingEvent.

Constructors

ConstructorDescription
DomainValidatingEventHandler()

Methods

MethodDescription
beginInvoke(Object sender, DomainValidatingEventArgs e, System.AsyncCallback callback, Object state)beginInvoke.
combine(System.Delegate arg0, System.Delegate arg1)
combine(System.Delegate[] arg0)
endInvoke(System.IAsyncResult result)endInvoke.
equals(Object arg0)
getClass()
getDelegateId()
getInvocationList()
hashCode()
invoke(Object sender, DomainValidatingEventArgs e)invoke.
notify()
notifyAll()
op_Equality(System.Delegate arg0, System.Delegate arg1)
op_Equality(System.MulticastDelegate arg0, System.MulticastDelegate arg1)
op_Inequality(System.Delegate arg0, System.Delegate arg1)
op_Inequality(System.MulticastDelegate arg0, System.MulticastDelegate arg1)
peekOutRefParam(int arg0)
peekResult()
remove(System.Delegate arg0, System.Delegate arg1)
removeAll(System.Delegate arg0, System.Delegate arg1)
setException(RuntimeException arg0)
throwException()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DomainValidatingEventHandler()

public DomainValidatingEventHandler()

beginInvoke(Object sender, DomainValidatingEventArgs e, System.AsyncCallback callback, Object state)

public final System.IAsyncResult beginInvoke(Object sender, DomainValidatingEventArgs e, System.AsyncCallback callback, Object state)

beginInvoke.

Parameters:

ParameterTypeDescription
senderjava.lang.Objecta java.lang.Object object.
eDomainValidatingEventArgsa DomainValidatingEventArgs object.
callbackcom.aspose.ms.System.AsyncCallbacka com.aspose.ms.System.AsyncCallback object.
statejava.lang.Objecta java.lang.Object object.

Returns: com.aspose.ms.System.IAsyncResult - a com.aspose.ms.System.IAsyncResult object.

combine(System.Delegate arg0, System.Delegate arg1)

public static System.Delegate combine(System.Delegate arg0, System.Delegate arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Delegate
arg1com.aspose.ms.System.Delegate

Returns: com.aspose.ms.System.Delegate

combine(System.Delegate[] arg0)

public static System.Delegate combine(System.Delegate[] arg0)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Delegate[]

Returns: com.aspose.ms.System.Delegate

endInvoke(System.IAsyncResult result)

public final void endInvoke(System.IAsyncResult result)

endInvoke.

Parameters:

ParameterTypeDescription
resultcom.aspose.ms.System.IAsyncResulta com.aspose.ms.System.IAsyncResult object.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDelegateId()

public String getDelegateId()

Returns: java.lang.String

getInvocationList()

public final System.Delegate[] getInvocationList()

Returns: com.aspose.ms.System.Delegate[]

hashCode()

public native int hashCode()

Returns: int

invoke(Object sender, DomainValidatingEventArgs e)

public abstract void invoke(Object sender, DomainValidatingEventArgs e)

invoke.

Parameters:

ParameterTypeDescription
senderjava.lang.Objecta java.lang.Object object.
eDomainValidatingEventArgsa DomainValidatingEventArgs object.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

op_Equality(System.Delegate arg0, System.Delegate arg1)

public static boolean op_Equality(System.Delegate arg0, System.Delegate arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Delegate
arg1com.aspose.ms.System.Delegate

Returns: boolean

op_Equality(System.MulticastDelegate arg0, System.MulticastDelegate arg1)

public static boolean op_Equality(System.MulticastDelegate arg0, System.MulticastDelegate arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.MulticastDelegate
arg1com.aspose.ms.System.MulticastDelegate

Returns: boolean

op_Inequality(System.Delegate arg0, System.Delegate arg1)

public static boolean op_Inequality(System.Delegate arg0, System.Delegate arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Delegate
arg1com.aspose.ms.System.Delegate

Returns: boolean

op_Inequality(System.MulticastDelegate arg0, System.MulticastDelegate arg1)

public static boolean op_Inequality(System.MulticastDelegate arg0, System.MulticastDelegate arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.MulticastDelegate
arg1com.aspose.ms.System.MulticastDelegate

Returns: boolean

peekOutRefParam(int arg0)

public Object peekOutRefParam(int arg0)

Parameters:

ParameterTypeDescription
arg0int

Returns: java.lang.Object

peekResult()

public Object peekResult()

Returns: java.lang.Object

remove(System.Delegate arg0, System.Delegate arg1)

public static System.Delegate remove(System.Delegate arg0, System.Delegate arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Delegate
arg1com.aspose.ms.System.Delegate

Returns: com.aspose.ms.System.Delegate

removeAll(System.Delegate arg0, System.Delegate arg1)

public static System.Delegate removeAll(System.Delegate arg0, System.Delegate arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Delegate
arg1com.aspose.ms.System.Delegate

Returns: com.aspose.ms.System.Delegate

setException(RuntimeException arg0)

public void setException(RuntimeException arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.RuntimeException

throwException()

public void throwException()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int