org.mvel2.integration
Class GlobalListenerFactory
java.lang.Object
org.mvel2.integration.GlobalListenerFactory
public class GlobalListenerFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalListenerFactory
public GlobalListenerFactory()
hasGetListeners
public static boolean hasGetListeners()
hasSetListeners
public static boolean hasSetListeners()
registerGetListener
public static boolean registerGetListener(Listener getListener)
registerSetListener
public static boolean registerSetListener(Listener getListener)
notifyGetListeners
public static void notifyGetListeners(java.lang.Object target,
java.lang.String name,
VariableResolverFactory variableFactory)
notifySetListeners
public static void notifySetListeners(java.lang.Object target,
java.lang.String name,
VariableResolverFactory variableFactory,
java.lang.Object value)
disposeAll
public static void disposeAll()
Copyright © 2011. All Rights Reserved.