tml.storage
Interface RepositoryListener

All Superinterfaces:
java.util.EventListener

public interface RepositoryListener
extends java.util.EventListener

This interface defines the required methods to implement a Repository listener, which will be called everytime the Repository performs a step in its process.

Author:
Jorge Villalon

Method Summary
 void repositoryAction(RepositoryEvent evt)
           
 

Method Detail

repositoryAction

void repositoryAction(RepositoryEvent evt)