Uses of Interface
org.tubo.event.Event

Packages that use Event
org.tubo.event   
org.tubo.resource   
org.tubo.resource.consumer   
org.tubo.resource.flow   
org.tubo.resource.springimpl   
 

Uses of Event in org.tubo.event
 

Classes in org.tubo.event that implement Event
 class BaseEventImpl
          
 

Uses of Event in org.tubo.resource
 

Methods in org.tubo.resource that return Event
 Event ResourceManager.getNewEvent()
          Create a new Event instance
 

Uses of Event in org.tubo.resource.consumer
 

Methods in org.tubo.resource.consumer that return Event
protected  Event BaseConsumerImpl.createEvent()
          Create a new Item instance using ResourceManager
 

Methods in org.tubo.resource.consumer with parameters of type Event
protected  FlowContext BaseConsumerImpl.dispatchOriginFlowEvent(Event event, Item item)
           
protected  void BaseConsumerImpl.initializeEvent(Event event)
          LifeCycle Hook used by subclasses to do a custom Event setup
 

Uses of Event in org.tubo.resource.flow
 

Methods in org.tubo.resource.flow that return Event
 Event BaseFlowContextImpl.getOriginEvent()
           
 Event FlowContext.getOriginEvent()
           
 

Methods in org.tubo.resource.flow with parameters of type Event
 void BaseFlowContextImpl.setOriginEvent(Event originEvent)
           
 void FlowContext.setOriginEvent(Event originEvent)
           
 

Uses of Event in org.tubo.resource.springimpl
 

Methods in org.tubo.resource.springimpl that return Event
 Event SpringResourceManagerImpl.getNewEvent()
           Create a new Item instance
 



Copyright © 2004-2007 Tubo. All Rights Reserved.