org.jboss.cache.notifications.event
Interface NodeLoadedEvent

All Superinterfaces:
Event, NodeEvent, TransactionalEvent
All Known Implementing Classes:
EventImpl

public interface NodeLoadedEvent
extends NodeEvent

This event is passed in to any method annotated with NodeLoaded.

Since:
2.0.0
Author:
Manik Surtani

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.cache.notifications.event.Event
Event.Type
 
Method Summary
 Map getData()
           
 
Methods inherited from interface org.jboss.cache.notifications.event.NodeEvent
getFqn
 
Methods inherited from interface org.jboss.cache.notifications.event.TransactionalEvent
getTransaction, isOriginLocal
 
Methods inherited from interface org.jboss.cache.notifications.event.Event
getCache, getType, isPre
 

Method Detail

getData

Map getData()
Returns:
an unmodifiable Map of data loaded from a cache loader and into the cache. If the Node is loaded but the data isn't (for example when calling Node.getChildren()) this method returns null.


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