Package 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
-
Constructor Summary
Constructors Constructor Description ScopeEventBinding(Object object, Method eventHandlerMethod)
-
Method Summary
Modifier and Type Method Description Object
getObject()
boolean
onScopeEvent(Object... eventArgs)
-
Constructor Details
-
ScopeEventBinding
-
-
Method Details
-
getObject
-
onScopeEvent
-