|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilesetChangeListener
Implementers of this interface can be notified when a <fileset/> has changed.
The filesetNotification(String, Fileset)
method is called when the fileset
configuration has changed and in the case of monitored filesets also when the
contents of the fileset have changed.
To get called the implementation must be registered in the service registry with this interface and with a property named fileset. The value of the fileset property must be the fileset configuration id. For example fileset=configID for the fileset with configuration <fileset id="configID"/>.
Method Summary | |
---|---|
void |
filesetNotification(java.lang.String pid,
Fileset fileset)
Called when the fileset configuration has changed. |
Method Detail |
---|
void filesetNotification(java.lang.String pid, Fileset fileset)
Fileset
have changed when
it has been configured to monitor for changes.
pid
- the ConfigurationAdmin
persistent IDfileset
- the modified Fileset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |