edu.uci.isr.yancees.server.service.jmdns
Class JmDNSService.MySubscriber

java.lang.Object
  extended byedu.uci.isr.yancees.server.service.jmdns.JmDNSService.MySubscriber
All Implemented Interfaces:
SubscriberInterface
Enclosing class:
JmDNSService

public class JmDNSService.MySubscriber
extends java.lang.Object
implements SubscriberInterface

This is a dummy class to uniquely identify the subscriber in this case. For this protocol plug-in specifically, it has no application. This interface allows other plug-ins to subscribe to events generated by this service.

Author:
rsilvafi class created at Jun 15, 2004

Constructor Summary
JmDNSService.MySubscriber()
           
 
Method Summary
 void notify(EventInterface evt)
          sends an Event to this Subscriber
 void notify(EventInterface[] evtList)
          sends a sequence of Event evt to this Subscriber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmDNSService.MySubscriber

public JmDNSService.MySubscriber()
Method Detail

notify

public void notify(EventInterface evt)
Description copied from interface: SubscriberInterface
sends an Event to this Subscriber

Specified by:
notify in interface SubscriberInterface

notify

public void notify(EventInterface[] evtList)
Description copied from interface: SubscriberInterface
sends a sequence of Event evt to this Subscriber

Specified by:
notify in interface SubscriberInterface