Package org.jboss.cache.pojo.notification.event

Examples of org.jboss.cache.pojo.notification.event.FieldModifiedEvent


         if (log.isWarnEnabled())
            log.warn("Could not get field " + key + " on class " + o.getClass());
         return null;
      }

      return new FieldModifiedEvent(context, o, f, value, local);
   }
View Full Code Here

TOP

Related Classes of org.jboss.cache.pojo.notification.event.FieldModifiedEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.