View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Operations | Relations

Network
Interface NetworkListener

Implementing Classifiers:
       MudActor, MudActor, ClientDirector

General Info
Name  NetworkListener
Visibility  public
Abstract  false
Leaffalse
Rootfalse
OwnerNetwork

Operations
NameReturn Type
 ConnectionDropped() 
 DataObjectReady(data : MUDCommunication)void 
 DataReady(data : String)void 

Relations
NameTypeBeginsEnds
 <unnamed>abstractionMudActorNetworkListener
 <unnamed>abstractionMudActorNetworkListener
 <unnamed>abstractionClientDirectorNetworkListener
 <unnamed>usageSocketConnectionNetworkListener
 <unnamed>usageNetworkConnectionNetworkListener


Operation  ConnectionDropped

Called to notify implementor that the network connection was dropped.

General Info
NameConnectionDropped
OwnerNetworkListener
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse


Operation  DataObjectReady

Called to notify implementor that incomming object data was received.

General Info
NameDataObjectReady
OwnerNetworkListener
Return Type  void 
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse

Parameters
NameTypeDefault ValueDirection Kind
dataMUDCommunication  in


Parameter data

General Info
Name  data
Owner  DataObjectReady
Type  MUDCommunication 
Direction Kind  in


Operation  DataReady

Called to notify implementor that incomming String data was received.

General Info
NameDataReady
OwnerNetworkListener
Return Type  void 
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse

Parameters
NameTypeDefault ValueDirection Kind
dataString  in


Parameter data

General Info
Name  data
Owner  DataReady
Type  String 
Direction Kind  in