com.jeta.open.rules
Class RuleUtils

java.lang.Object
  extended by com.jeta.open.rules.RuleUtils

public class RuleUtils
extends Object

Utils class for rules handling


Constructor Summary
RuleUtils()
           
 
Method Summary
static RuleResult checkNotify(JETARule rule, Object param1)
          Helper method that displays a dialog if the check fails
static RuleResult checkNotify(JETARule rule, Object[] params)
          Helper method that displays a dialog if the check fails
static RuleResult checkNotify(JETARule rule, Object param1, Object param2)
          Helper method that displays a dialog if the check fails
static RuleResult checkNotify(JETARule rule, Object param1, Object param2, Object param3)
          Helper method that displays a dialog if the check fails
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleUtils

public RuleUtils()
Method Detail

checkNotify

public static RuleResult checkNotify(JETARule rule,
                                     Object param1)
Helper method that displays a dialog if the check fails


checkNotify

public static RuleResult checkNotify(JETARule rule,
                                     Object param1,
                                     Object param2)
Helper method that displays a dialog if the check fails


checkNotify

public static RuleResult checkNotify(JETARule rule,
                                     Object param1,
                                     Object param2,
                                     Object param3)
Helper method that displays a dialog if the check fails


checkNotify

public static RuleResult checkNotify(JETARule rule,
                                     Object[] params)
Helper method that displays a dialog if the check fails



Copyright © 2005-2007 Jeff Tassin & Todd Viegut. All Rights Reserved.