Package | com.pcbsys.nirvana.client.p2p |
Class | public class nEventService |
Inheritance | nEventService ![]() ![]() |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
close():void [override]
Closes the service and informs the remote service that it has been closed. | nEventService | ||
write(event:nConsumeEvent):void
Writes an nConsumeEvent to the remote P2P service. | nEventService |
Public Constants
Method Detail
close | () | method |
override public function close():void
Closes the service and informs the remote service that it has been closed.
write | () | method |
public function write(event:nConsumeEvent):void
Writes an nConsumeEvent to the remote P2P service.
Parameters
event:nConsumeEvent — An nConsumeEvent to send to the remote P2P service
|