Home Previous Up Next Index

EventListener

Overview

class EventListener

Participants may choose to have message pushed to them

Operation Index

onEvent
Callback member function describing the event that triggered

Operations

void onEvent(EventType event, string message)

Callback member function describing the event that triggered


Home Previous Up Next Index