DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.repository
Interface RepositoryEventListenerInterface

All Superinterfaces:
EventListener
All Known Implementing Classes:
RepositoryEventListener, SmileEventListener

public interface RepositoryEventListenerInterface
extends EventListener

Provides an interface for Objects listening to a Repository events source.

Author:
jonathan

Method Summary
 void handleEvent(RepositoryEvent RepositoryEvent)
          Invoked when a repository action has taken place.
 

Method Detail

handleEvent

void handleEvent(RepositoryEvent RepositoryEvent)
Invoked when a repository action has taken place.

Parameters:
RepositoryEvent - Description of the Parameter

DLESE Tools
v1.6.0