Name | Type | Description |
---|---|---|
eventname |
String |
Event name. |
f |
function |
Function to run when event is fired. |
ddplink |
simpleDDP |
simpleDDP instance. |
Classes
Methods
-
Usually you won't need this unless you stopped the @see ddpEventListener.
- See:
-
- ddpEventListener starts on creation.
-
Stops listening for server
event
messages. You can start any stopped @see ddpEventListener at any time usingddpEventListener.start()
.