public interface EventListener
Title: Framework Support Library
Description: Defines a core interface for a listener of ImmutableEventDatagram
objects.
EventDispatcher
.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
onEvent(ImmutableEventDatagram event)
Processes an event delivered by the
EventDispatcher . |
void onEvent(ImmutableEventDatagram event) throws EventException
EventDispatcher
.event
- the delivered event.EventException
- if some error occurs during a processing of the event.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.