Package | Description |
---|---|
com.groupdocs.search.common |
The package provides common classes of the library.
|
com.groupdocs.search.events |
The package provides classes of event arguments.
|
Modifier and Type | Class and Description |
---|---|
class |
MulticastDelegate
Represents a delegate, which refers to class instances that have method to be invoked.
|
Modifier and Type | Method and Description |
---|---|
static Delegate |
Delegate.combine(Delegate... delegates)
Combines several delegates into one.
|
static Delegate |
Delegate.combine(Delegate a,
Delegate b)
Combines two delegates into one.
|
protected Delegate |
Delegate.combineImpl(Delegate d) |
protected Delegate |
MulticastDelegate.combineImpl(Delegate d) |
Delegate[] |
Delegate.getInvocationList()
Returns an invocation list.
|
Delegate[] |
MulticastDelegate.getInvocationList()
Returns an invocation list.
|
static Delegate |
Delegate.remove(Delegate source,
Delegate value)
Removes the value delegate from the source delegate.
|
static Delegate |
Delegate.removeAll(Delegate source,
Delegate value)
Removes the value delegate from the source delegate.
|
protected Delegate |
Delegate.removeImpl(Delegate d) |
protected Delegate |
MulticastDelegate.removeImpl(Delegate value) |
Modifier and Type | Method and Description |
---|---|
static Delegate |
Delegate.combine(Delegate... delegates)
Combines several delegates into one.
|
static Delegate |
Delegate.combine(Delegate a,
Delegate b)
Combines two delegates into one.
|
protected Delegate |
Delegate.combineImpl(Delegate d) |
protected Delegate |
MulticastDelegate.combineImpl(Delegate d) |
static boolean |
Delegate.op_Equality(Delegate d1,
Delegate d2)
Checks two delegates for equality.
|
static boolean |
Delegate.op_Inequality(Delegate d1,
Delegate d2)
Checks two delegates for inequality.
|
static Delegate |
Delegate.remove(Delegate source,
Delegate value)
Removes the value delegate from the source delegate.
|
static Delegate |
Delegate.removeAll(Delegate source,
Delegate value)
Removes the value delegate from the source delegate.
|
protected Delegate |
Delegate.removeImpl(Delegate d) |
protected Delegate |
MulticastDelegate.removeImpl(Delegate value) |
Modifier and Type | Class and Description |
---|---|
class |
EventHandler<T extends BaseIndexEventArgs>
Represents the base class of an event handler.
|