org.jboss.cache.notifications.event
Interface NodeInvalidatedEvent

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

public interface NodeInvalidatedEvent
extends NodeEvent

Notifies a listener of an invalidation event

Since:
3.0
Author:
Manik Surtani (manik AT jboss DOT org)

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.cache.notifications.event.Event
Event.Type
 
Method Summary
 
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
 



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