Interface ICallGateSubscriber<T1, TRet>
Assembly: Dalamud.dll
Syntax
public interface ICallGateSubscriber<T1, TRet>
Type Parameters
Methods
|
Improve this Doc
View Source
InvokeAction(T1)
Declaration
void InvokeAction(T1 arg1)
Parameters
| Type |
Name |
Description |
| T1 |
arg1 |
|
|
Improve this Doc
View Source
InvokeFunc(T1)
Declaration
Parameters
| Type |
Name |
Description |
| T1 |
arg1 |
|
Returns
|
Improve this Doc
View Source
Subscribe(Action<T1>)
Declaration
void Subscribe(Action<T1> action)
Parameters
| Type |
Name |
Description |
| System.Action<T1> |
action |
|
|
Improve this Doc
View Source
Unsubscribe(Action<T1>)
Declaration
void Unsubscribe(Action<T1> action)
Parameters
| Type |
Name |
Description |
| System.Action<T1> |
action |
|