프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |