org.jboss.cache.pojo.notification.event
Class DetachedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jboss.cache.pojo.notification.event.Event
          extended by org.jboss.cache.pojo.notification.event.DetachedEvent
All Implemented Interfaces:
Serializable

public final class DetachedEvent
extends Event

A notification that indicates an object was detached from the cache instance.

Author:
Jason T. Greene
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DetachedEvent(NotificationContext context, Object source, boolean local)
           
 
Method Summary
 
Methods inherited from class org.jboss.cache.pojo.notification.event.Event
getContext, isLocal
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DetachedEvent

public DetachedEvent(NotificationContext context,
                     Object source,
                     boolean local)


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.