ヒューマン・タスク API イベントとエスカレーション通知イベント用のプラグインを作成することができます。
package com.ibm.task.spi ; public interface NotificationEventHandlerPlugin { public void interFaceMethod(Param param) ; : }
META-INF/services/com.ibm.task.spi.MyEventHandlerNotificationEventHandlerPlugin
myevents.EventHandlerImplementation
イベント・ハンドラーは、アプリケーション内で発生したヒューマン・タスク・イベントを処理します。
(c) Copyright IBM Corporation 2005, 2006. 本製品では Eclipse テクノロジーが採用されています。(http://www.eclipse.org)