Package commonj.work

Examples of commonj.work.WorkEvent


   public synchronized WorkItem schedule( Work         work,
                                          WorkListener listener )
   throws WorkException,
          IllegalArgumentException
   {
      WorkEvent event;

      if ( work == null )
      {
         throw new IllegalArgumentException( MSG.getMessage( Keys.NULL_WORK ) );
      }
View Full Code Here

TOP

Related Classes of commonj.work.WorkEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.