Interface EventListener<T>
Namespace: SF.Events
Assembly: cs.temp.dll.dll
Syntax
public interface EventListener<T> : EventListenerBase
Type Parameters
Name | Description |
---|---|
T |
Methods
OnEvent(T)
Declaration
void OnEvent(T eventType)
Parameters
Type | Name | Description |
---|---|---|
T | eventType |