org.zeroexchange.resource.stock
Class ResourceProvidedEventProcessor

java.lang.Object
  extended by org.zeroexchange.resource.stock.ResourceProvidedEventProcessor
All Implemented Interfaces:
DataProcessor, EventProcessor<ResourceProvided>

public class ResourceProvidedEventProcessor
extends Object
implements EventProcessor<ResourceProvided>

Author:
black

Constructor Summary
ResourceProvidedEventProcessor()
           
 
Method Summary
 Class<ResourceProvided> getProcessingClass()
          Returns root hierarchy current processor can operate
 void onEvent(ResourceProvided event)
          Is called when event occurred.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceProvidedEventProcessor

public ResourceProvidedEventProcessor()
Method Detail

getProcessingClass

public Class<ResourceProvided> getProcessingClass()
Description copied from interface: DataProcessor
Returns root hierarchy current processor can operate

Specified by:
getProcessingClass in interface DataProcessor

onEvent

public void onEvent(ResourceProvided event)
Description copied from interface: EventProcessor
Is called when event occurred.

Specified by:
onEvent in interface EventProcessor<ResourceProvided>


Copyright © 2013. All Rights Reserved.