Ignore:
Timestamp:
2004-10-08T13:20:01+13:00 (20 years ago)
Author:
mdewsnip
Message:

Removed all occurrences of classes explicitly importing other classes in the same package.

File:
1 edited

Legend:

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

    r5589 r8243  
    3737package org.greenstone.gatherer.msm;
    3838
    39 /**
    40  * Title:        The Gatherer<br>
    41  * Description:  The Gatherer: a tool for gathering and enriching digital collections.<br>
    42  * Copyright:    Copyright (c) 2001<br>
    43  * Company:      The University of Waikato<br>
    44  * @author John Thompson, Greenstone Digital Libraries
    45  * @version 2.1
    46  */
    47 import org.greenstone.gatherer.msm.MSMEvent;
    4839
    4940/** This class provides an interface for classes who wish to listener for events within the <strong>MetadataSetManager</strong>. There are events which are fired whenever a set or an element within a set changes. The events are either very broad, of the <i>metadataSetChanged()</i> variaty down to the more explicit <i>elementChanged(Profile change)</i> which actually details what change occured so the GUI etc can update just that element. */
Note: See TracChangeset for help on using the changeset viewer.