Свойство | Тип | Описание | |
---|---|---|---|
Actor | IActorRef |
Метод | Описание | |
---|---|---|
ActorHandleEventListener ( IActorRef actor ) : System |
Initializes a new instance of the ActorHandleEventListener class.
|
|
Notify ( IHandleEvent ev ) : void |
Notify the Actor about an IHandleEvent message.
|
public ActorHandleEventListener ( IActorRef actor ) : System | ||
actor | IActorRef | The Actor to notify about |
Результат | System |
public Notify ( IHandleEvent ev ) : void | ||
ev | IHandleEvent | The |
Результат | void |