Apache Tuscany SCA Kernel Sub-Project

Uses of Interface
org.apache.tuscany.spi.services.work.NotificationListener

Packages that use NotificationListener
org.apache.tuscany.spi.services.work   
 

Uses of NotificationListener in org.apache.tuscany.spi.services.work
 

Methods in org.apache.tuscany.spi.services.work with parameters of type NotificationListener
<T extends Runnable>
void
WorkScheduler.scheduleWork(T work, NotificationListener<T> listener)
          Schedules a unit of work for future execution.
 


Apache Tuscany SCA Kernel Sub-Project

-