public class EventProcessing
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Method and Description |
---|---|
static EventProcessing |
instantiateRunnable(java.lang.Integer corporationID,
BullhornLogDAO bullhornLogDAO,
SubscriptionEvent event) |
void |
run()
Performs the actual handling of a single event by parsing out the kind of event from the
SubscriptionEvent provided via
the EventProcessing(Integer, BullhornLogDAO, SubscriptionEvent) constructor and handing the event off
to the proper workflow. |
public static EventProcessing instantiateRunnable(java.lang.Integer corporationID, BullhornLogDAO bullhornLogDAO, SubscriptionEvent event)
public void run()
SubscriptionEvent
provided via
the EventProcessing(Integer, BullhornLogDAO, SubscriptionEvent)
constructor and handing the event off
to the proper workflow.run
in interface java.lang.Runnable