org.jboss.seam.jcr
Class JcrCDIEventListener
java.lang.Object
org.jboss.seam.jcr.JcrCDIEventListener
- All Implemented Interfaces:
- javax.jcr.observation.EventListener
@Veto
public final class JcrCDIEventListener
- extends Object
- implements javax.jcr.observation.EventListener
JCR EventListener for CDI
- Author:
- george
|
Method Summary |
void |
onEvent(javax.jcr.observation.EventIterator events)
Fired by the JCR spec |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JcrCDIEventListener
public JcrCDIEventListener(javax.enterprise.inject.spi.BeanManager beanManager)
onEvent
public void onEvent(javax.jcr.observation.EventIterator events)
- Fired by the JCR spec
- Specified by:
onEvent in interface javax.jcr.observation.EventListener
- See Also:
EventListener.onEvent(EventIterator)
Copyright © 2013 Seam Framework. All Rights Reserved.