org.kuali.kfs.fp.document.validation.event
Interface CheckEvent

All Superinterfaces:
org.kuali.rice.kns.rule.event.KualiDocumentEvent
All Known Implementing Classes:
AddCheckEvent, DeleteCheckEvent, UpdateCheckEvent

public interface CheckEvent
extends org.kuali.rice.kns.rule.event.KualiDocumentEvent

Defines methods common to all CheckEvents.


Method Summary
 Check getCheck()
           
 
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, getRuleInterfaceClass, invokeRuleMethod, validate
 

Method Detail

getCheck

Check getCheck()
Returns:
check associated with this event


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.