Changeset 4629


Ignore:
Timestamp:
2003-06-13T09:28:53+12:00 (21 years ago)
Author:
mdewsnip
Message:

Changed fireSetChanged() to be public, so it can be called by the MEM when a new element is added to a metadata set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/msm/MetadataSetManager.java

    r4605 r4629  
    262262     * @param set The MetadataSet thats changed.
    263263     */
    264     private void fireSetChanged(MetadataSet set) {
     264    public void fireSetChanged(MetadataSet set) {
    265265    // Create a new MSMEvent, with a MSMAction containing only the new set.
    266266    MSMEvent event = new MSMEvent(this, 0L, new MSMAction(set.toString(), null, -1, null));
Note: See TracChangeset for help on using the changeset viewer.