C# Class PeerCastStation.ChannelNotifier

Inheritance: IChannelMonitor
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

Method Description
ChannelNotifier ( PeerCastApplication app ) : System
OnChannelClosed ( object sender, StreamStoppedEventArgs args ) : void
OnTimer ( ) : void

Private Methods

Method Description
NotifyMessage ( PeerCastStation.Core.NotificationMessage msg ) : void

Method Details

ChannelNotifier() public method

public ChannelNotifier ( PeerCastApplication app ) : System
app PeerCastStation.Core.PeerCastApplication
return System

OnChannelClosed() public method

public OnChannelClosed ( object sender, StreamStoppedEventArgs args ) : void
sender object
args PeerCastStation.Core.StreamStoppedEventArgs
return void

OnTimer() public method

public OnTimer ( ) : void
return void