CommonJ API

Uses of Interface
commonj.work.WorkEvent

Packages that use WorkEvent
commonj.work Provides for the full support of application controlled threading. 
 

Uses of WorkEvent in commonj.work
 

Methods in commonj.work with parameters of type WorkEvent
 void WorkListener.workAccepted(WorkEvent we)
          This is called when the Work is accepted for dispatching.
 void WorkListener.workCompleted(WorkEvent we)
          This is called once Work.run returns.
 void WorkListener.workRejected(WorkEvent we)
          This is called when the Work cannot be processed prior to starting but after accept.
 void WorkListener.workStarted(WorkEvent we)
          This is called when the Work is about to start.
 


CommonJ API

Copyright © 2007-2011 Fabric3 Project. All Rights Reserved.