i3.dragos.gm.core.event
Interface DataListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DataEventDetector

public interface DataListener
extends java.util.EventListener

DataListener is implemented by classes that want to receive DataEvents.

Author:
Thorsten Hermes <thermes@i3.informatik.rwth-aachen.de>

Method Summary
 void dataChanged(DataEvent e)
          Called when data in the database has changed.
 

Method Detail

dataChanged

void dataChanged(DataEvent e)
                 throws DragosException
Called when data in the database has changed.

Parameters:
e - The DataEvent.
Throws:
DragosException - in case of errors.


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.