Interface IGraphEventHandler<TArgs>
Namespace: Ludiq.Bolt
Syntax
public interface IGraphEventHandler<TArgs>
Type Parameters
| Name | Description |
|---|---|
| TArgs |
Methods
GetHook(GraphReference)
Declaration
EventHook GetHook(GraphReference instance)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | instance |
Returns
| Type | Description |
|---|---|
| EventHook |
Invoke(GraphReference, TArgs)
Declaration
void Invoke(GraphReference reference, TArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | reference | |
| TArgs | args |
IsListening(GraphPointer)
Declaration
bool IsListening(GraphPointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphPointer | pointer |
Returns
| Type | Description |
|---|---|
| Boolean |