public interface

NetworkChannel

uk.ac.imperial.presage2.core.network.NetworkChannel
Known Indirect Subclasses

Class Overview

This interface represents a channel over which communication can take place in the network.

Summary

Public Methods
abstract void deliverMessage(Message m)
Deliver a message through the network channel.

Public Methods

public abstract void deliverMessage (Message m)

Deliver a message through the network channel.