home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-03-18 | 381 b | 15 lines |
- /*
- * @(#DataItemChangedListener.java
- *
- * Copyright (c) 1997 Symantec Corporation. All Rights Reserved.
- *
- */
-
-
- package symantec.itools.db.beans.binding.databus;
- public interface DataItemChangedListener
- {
- public void notifyDataItemChanged(DataItemChangedEvent e);
-
- // Allows a DataItem to send the DataItemChangedListener a notification of data modification.
- }