Xbasic

Extension::Listener Class

Description

Listener class for trapping asynchrouse events.

Properties

nameCharacter

String name property

readyLogical

Logical ready property

Methods

Close Method

Force Close of all readers, then Drop the listeners.

Closed Method

Determine if the listener has been closed.

Drop Method

Drop the listener (from named listeners).

Get Method

Get a named listener.

Read Method

Blocking event read - will cause state to go to 'ready' (for handling request) - many callers can listen for events.

See Also