|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.remote.transport.Transport.ActorAssociationEventListener
public static class Transport.ActorAssociationEventListener
Class to convert ordinary ActorRef instances to an AssociationEventListener. The adapter will
forward event objects as messages to the provided ActorRef.
| Constructor Summary | |
|---|---|
Transport.ActorAssociationEventListener(akka.actor.ActorRef actor)
|
|
| Method Summary | |
|---|---|
akka.actor.ActorRef |
actor()
|
void |
notify(Transport.AssociationEvent ev)
Called by the transport to notify the listener about an AssociationEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public Transport.ActorAssociationEventListener(akka.actor.ActorRef actor)
| Method Detail |
|---|
public akka.actor.ActorRef actor()
public void notify(Transport.AssociationEvent ev)
Transport.AssociationEventListener
notify in interface Transport.AssociationEventListenerev - The AssociationEvent of the transport
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||