ar.com.leak.iolsucker.view.common
Class AtomObserver
java.lang.Object
ar.com.leak.iolsucker.view.common.AtomObserver
- All Implemented Interfaces:
- Observer
public class AtomObserver
- extends Object
- implements Observer
Observar los cambios en el repositorio, y escribe un atom feed con dichos
cambios
TODO obtener los Ids del feed y entries sin hacer magia
- Since:
- Aug 3, 2005
- Author:
- Juan F. Codagnone
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomObserver
public AtomObserver(SecureRandom secureRandom,
File feedFile,
ProjectInfo info)
throws IOException,
com.sun.syndication.io.FeedException
- Crea el AtomObserver.
- Parameters:
secureRandom
- random generatorfeedFile
- archivo donde vive el feed (lectura/escritura)info
- informacion del programa
- Throws:
IOException
- on error
com.sun.syndication.io.FeedException
- on error
update
public final void update(Observable o,
Object arg)
- Specified by:
update
in interface Observer
- See Also:
Observer.update(java.util.Observable, java.lang.Object)
dispose
public final void dispose()
- cierra todos los recursos abiertos
Copyright © 2005-2009 leak.com.ar. All Rights Reserved.