org.jboss.resteasy.cdi.events.ejb
Class EventObserverImpl
java.lang.Object
org.jboss.resteasy.cdi.events.ejb.EventObserverImpl
- All Implemented Interfaces:
- EventObserver
public class EventObserverImpl
- extends Object
- implements EventObserver
- Version:
- $Revision: 1.1 $
Copyright May 8, 2012
- Author:
- Ron Sigal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventObserverImpl
public EventObserverImpl()
process
public void process(@Observes@Process
String event)
- Specified by:
process
in interface EventObserver
processRead
public void processRead(@Observes@Process@Read(context="resource")
String event)
- Specified by:
processRead
in interface EventObserver
processWrite
public void processWrite(@Observes@Process@Write(context="resource")
String event)
- Specified by:
processWrite
in interface EventObserver
getEventList
public ArrayList<Object> getEventList()
- Specified by:
getEventList
in interface EventObserver
Copyright © 2013. All Rights Reserved.