Interface NetworkListener<T>


public interface NetworkListener<T>
Interface to be implemented by classes that want to listen for NetworkEvent-s.
Version:
$Date$ $Revision$
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies the implementor that a network event has occured.
  • Method Details

    • networkEventOccured

      void networkEventOccured(NetworkEvent<T> ev)
      Notifies the implementor that a network event has occured.
      Parameters:
      ev - the details of the occuring event