com.opensymphony.webwork.util.classloader.listeners
Class ReloadingListener
java.lang.Object
com.opensymphony.webwork.util.classloader.listeners.ReloadingListener
- All Implemented Interfaces:
- FilesystemAlterationListener
public class ReloadingListener
- extends Object
- implements FilesystemAlterationListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReloadingListener
public ReloadingListener(ResourceStore pStore)
onStart
public void onStart(File repository)
- Specified by:
onStart in interface FilesystemAlterationListener
onStop
public void onStop(File pRepository)
- Specified by:
onStop in interface FilesystemAlterationListener
onCreateFile
public void onCreateFile(File file)
- Specified by:
onCreateFile in interface FilesystemAlterationListener
onChangeFile
public void onChangeFile(File file)
- Specified by:
onChangeFile in interface FilesystemAlterationListener
onDeleteFile
public void onDeleteFile(File file)
- Specified by:
onDeleteFile in interface FilesystemAlterationListener
onCreateDirectory
public void onCreateDirectory(File file)
- Specified by:
onCreateDirectory in interface FilesystemAlterationListener
onChangeDirectory
public void onChangeDirectory(File file)
- Specified by:
onChangeDirectory in interface FilesystemAlterationListener
onDeleteDirectory
public void onDeleteDirectory(File file)
- Specified by:
onDeleteDirectory in interface FilesystemAlterationListener
notifyOfCheck
protected void notifyOfCheck(boolean pReload)
Copyright © 2007 OpenSymphony. All Rights Reserved.