Class DocumentCheckEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.resultset.DocumentCheckEvent
All Implemented Interfaces:
Serializable

public class DocumentCheckEvent extends org.zkoss.zk.ui.event.Event
Author:
rbo
See Also:
  • Constructor Details

    • DocumentCheckEvent

      public DocumentCheckEvent(org.zkoss.zk.ui.Component target, CheckDataBean.CheckType checkType, DocumentId id)
      Constructor.
      Parameters:
      target - Target
      checkType - Checkout / checkin type.
      id - Document id
  • Method Details