org.zeroexchange.event
Interface EventProcessor<T extends Event>

All Superinterfaces:
DataProcessor
All Known Implementing Classes:
AbstractMessageListener, CHECreditManager, ContractCreatedOwnerListener, ContractStatusChangedMessageListener, ContractStatusReconciliationListener, DefaultContractFlow, PrivateMessageSentListener, ResourceProvidedEventProcessor, TenderChangedListener, UserInvitationRegistrationListener, UserRegisteredListener, UsersInvitationMessageListener

public interface EventProcessor<T extends Event>
extends DataProcessor

the interface for the applicatoin's event processor.

Author:
black

Method Summary
 void onEvent(T event)
          Is called when event occurred.
 
Methods inherited from interface org.zeroexchange.common.processors.DataProcessor
getProcessingClass
 

Method Detail

onEvent

void onEvent(T event)
Is called when event occurred.



Copyright © 2013. All Rights Reserved.