Skip navigation links

Package biz.onixs.eurex.eti.handler.core.event

Listener interfaces for everything the handler reports.

See: Description

Package biz.onixs.eurex.eti.handler.core.event Description

Listener interfaces for everything the handler reports.

Register an implementation with the matching setXxxListener() method on Handler. One listener may be registered per category; registering a new one replaces the previous.

Callbacks are invoked on whichever thread produced the event: a messaging thread for most of them, the thread carrying out a connect for the logon exchange, and the caller's own thread for the transitions and reports that init() and shutdown() produce. A listener that blocks therefore holds up the operation calling it. An exception thrown by a listener is caught and logged rather than propagated into the handler.

See Also:
Programming Guide
Skip navigation links

Copyright © 2012–2026 Onix Solutions. All rights reserved.