Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

oracle.apps.fnd.applcp.srs.view.interfaces
Interface IScheduleRequestHandler


public interface IScheduleRequestHandler


Method Summary
 void onCancelRequest()
          This method would get invoked when the user clicks on the 'Cancel' button.
 void onPostSubmitRequest()
          This method would get invoked after the request submit method completes.
 

Method Detail

onCancelRequest

void onCancelRequest()
This method would get invoked when the user clicks on the 'Cancel' button. Consumers of this taskflow may choose to do some actions using this callback method like closing a popup, if the taskflow is embedded inside a popup.


onPostSubmitRequest

void onPostSubmitRequest()
This method would get invoked after the request submit method completes.


Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.