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

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.AttachedEvent
All Implemented Interfaces:
Serializable

public final class AttachedEvent
extends Event

A notification that indicates an object was attached to the cache instance.

Author:
Jason T. Greene
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AttachedEvent(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

AttachedEvent

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


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