uk.ac.ic.doc.automed.p2p.directory
Interface SchemaEventListener

All Superinterfaces:
java.util.EventListener

public interface SchemaEventListener
extends java.util.EventListener

SchemaEventListener.java An interface for listeners of schema registration/update events

Author:
Duc M Le dmle@doc.ic.ac.uk Created on 04 May 2006 Department of Computing, Imperial College

Method Summary
 void performAction(SchemaEvent se)
          Perform schema's event
 

Method Detail

performAction

void performAction(SchemaEvent se)
                   throws CommunicationException
Perform schema's event

Throws:
CommunicationException