Uses of Interface
org.apache.tuscany.sca.work.NotificationListener

Packages that use NotificationListener
org.apache.tuscany.sca.work   
 

Uses of NotificationListener in org.apache.tuscany.sca.work
 

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