network
Class NetworkNotifier

java.lang.Object
  extended bycore.EventNotifier
      extended bynetwork.NetworkNotifier
Direct Known Subclasses:
Network

public class NetworkNotifier
extends EventNotifier

Calls methods implemented by NetworkListeners. Call super.

Author:
hoela, hoele

Constructor Summary
NetworkNotifier()
           
 
Method Summary
 void fireMessageReceived(byte[] xml)
           
 void fireNeighborConnected()
           
 
Methods inherited from class core.EventNotifier
addListener, removeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkNotifier

public NetworkNotifier()
Method Detail

fireMessageReceived

public void fireMessageReceived(byte[] xml)

fireNeighborConnected

public void fireNeighborConnected()