wt.clients.vc
Class CheckInTask

java.lang.Object
  extended by wt.clients.vc.CheckInTask

public class CheckInTask
extends Object

Class CheckInTask is a generic task class which performs the check-in of a checked out object. To perform a check-in of a checked out object, this class only needs to be given a parent Applet, which provides context, a Frame to parent dialogs launched in the check-in task and the Workable object to be checked in:

       CheckInTask checkin_task = new CheckInTask( my_applet, my_frame );
       checkin_task.setCheckinItem( check_in_item );
       checkin_task.checkin();
  


Supported API: true

Extendable: false

See Also:
Workable

Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait