org.lexevs.registry.event
Interface RegistryListener


public interface RegistryListener

The listener interface for receiving registry events. The class that is interested in processing a registry event implements this interface, and the object created with that class is registered with a component using the component's addRegistryListener method. When the registry event occurs, that object's appropriate method is invoked.

See Also:
RegistryEvent

Method Summary
 void tagUpdated(TagUpdateEvent event)
          Invoked when tag update occurs.
 

Method Detail

tagUpdated

void tagUpdated(TagUpdateEvent event)
Invoked when tag update occurs.

Parameters:
event - the event

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.