ISelectEvent.handle

Called from the select dispatcher when the event fires. Calls the abstract handle_() method.

class ISelectEvent
override
bool
handle
(
Event event
)

Parameters

event Event

select event which fired, must be Read

Return Value

Type: bool

forwards return value of the abstract handle_() method -- false indicates that the event should be unregistered with the selector, true indicates that it should remain registered and able to fire again

Meta