C# Class wpf_player.PeerConfigurationModel

This class implements the ViewModel in the MVVM pattern. This relais data from the Peer to the configuration windows and allows user to update this configuration
Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: zencoders/sambatyon Class Usage Examples

Public Methods

Method Description
PeerConfigurationModel ( int udpPort, int kademliaPort ) : System

Constructor that initializes the field with the given values

Private Methods

Method Description
NotifyPropertyChanged ( String info ) : void

Method called when a property has been changed. This method rises the event PropertyChange.

Method Details

PeerConfigurationModel() public method

Constructor that initializes the field with the given values
public PeerConfigurationModel ( int udpPort, int kademliaPort ) : System
udpPort int Transport Protocol UDP port
kademliaPort int Kademlia Layer UDP port
return System