Method | Description | |
---|---|---|
ActorAssociationEventListener ( IActorRef actor ) : System |
Initializes a new instance of the ActorAssociationEventListener class.
|
|
Notify ( IAssociationEvent ev ) : void |
Notify the Actor about an IAssociationEvent.
|
public ActorAssociationEventListener ( IActorRef actor ) : System | ||
actor | IActorRef | The Actor to notify about |
return | System |
public Notify ( IAssociationEvent ev ) : void | ||
ev | IAssociationEvent | The |
return | void |