|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.remote.transport.AssociationHandle.ActorHandleEventListener
public static class AssociationHandle.ActorHandleEventListener
Class to convert ordinary ActorRef instances to a HandleEventListener. The adapter will
forward event objects as messages to the provided ActorRef.
param: actor
| Constructor Summary | |
|---|---|
AssociationHandle.ActorHandleEventListener(ActorRef actor)
|
|
| Method Summary | |
|---|---|
ActorRef |
actor()
|
void |
notify(AssociationHandle.HandleEvent ev)
Called by the transport to notify the listener about a HandleEvent |
| 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 AssociationHandle.ActorHandleEventListener(ActorRef actor)
| Method Detail |
|---|
public ActorRef actor()
public void notify(AssociationHandle.HandleEvent ev)
AssociationHandle.HandleEventListener
notify in interface AssociationHandle.HandleEventListenerev - The HandleEvent of the handle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||