io.sarl.sre.janus.services.context
Interface InternalContextMembershipListenerFactory
All Known Implementing Classes:
SubHolonContextEventEmitterFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
interface InternalContextMembershipListenerFactory
Factory of the listeners on events related to the membership within a context.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.7.0
Action Summary
Modifier and type Action and description
abstract InternalContextMembershipListener create(Agent)
Create a listener associated to the given agent.
Action Details
create(Agent)
def create(Agent) : InternalContextMembershipListener
Create a listener associated to the given agent.
Parameters:
owner - the agent to link to the provided listener.
Returns:
a listener.