Package com.embabel.agent.api.event
Interface ObjectBindingEvent
-
- All Implemented Interfaces:
-
com.embabel.agent.api.event.AgentProcessEvent,com.embabel.agent.api.event.AgenticEvent,com.embabel.agent.core.InProcess,com.embabel.common.core.types.Timestamped
public interface ObjectBindingEvent implements AgentProcessEvent
An object was bound to the process. May or may not be found. See subclasses for details.
-
-
Method Summary
-
Methods inherited from class com.embabel.common.core.types.Timestamped
getTimestamp, isLaterThan -
Methods inherited from class com.embabel.agent.core.InProcess
getProcessId -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-