giacomo 01/08/25 15:35:36
Added: src/org/apache/cocoon/environment ModifiableSource.java
Log:
added missing ModifiableSource.java
Revision Changes Path
1.1
xml-cocoon2/src/org/apache/cocoon/environment/ModifiableSource.java
Index: ModifiableSource.java
===================================================================
/*****************************************************************************
* Copyright (C) The Apache Software Foundation. All rights reserved. *
* ------------------------------------------------------------------------- *
* This software is published under the terms of the Apache Software License *
* version 1.1, a copy of which has been included with this distribution in *
* the LICENSE file. *
*****************************************************************************/
package org.apache.cocoon.environment;
/**
* Describes a {@link Source} object whose data content can change.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ovidiu Predescu</a>
*/
public interface ModifiableSource extends Source
{
/**
* Refresh the content of this object after the underlying data
* content has changed.
*/
void refresh();
}
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]