org.apache.cayenne.di.spi
Class ScopeEventBinding
java.lang.Object
org.apache.cayenne.di.spi.ScopeEventBinding
public class ScopeEventBinding
- extends Object
A class that wraps an annotated method call of an object, passing it DI scope events.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScopeEventBinding
public ScopeEventBinding(Object object,
Method eventHandlerMethod)
getObject
public Object getObject()
onScopeEvent
public boolean onScopeEvent(Object... eventArgs)
Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.