org.jtheque.core.managers.persistence.able
Interface DataListener

All Superinterfaces:
java.util.EventListener

public interface DataListener
extends java.util.EventListener

This listener enable us to listen of a data's changes.

Author:
Baptiste Wicht

Method Summary
 void dataChanged(DataEvent e)
          This method is called if the data changed.
 

Method Detail

dataChanged

void dataChanged(DataEvent e)
This method is called if the data changed.

Parameters:
e - The event with the infos of the action.


Copyright © 2009 JTheque. All Rights Reserved.