comparison artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java @ 327:8a3ddd374dd1

Enhanced the State interface with an endOfLife() method. artifacts/trunk@2582 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 25 Aug 2011 13:47:41 +0000
parents 995fa6994480
children 4d3298295a64
comparison
equal deleted inserted replaced
326:3447fa62f007 327:8a3ddd374dd1
307 Document document, 307 Document document,
308 Node rootNode, 308 Node rootNode,
309 CallContext context, 309 CallContext context,
310 String uuid 310 String uuid
311 ); 311 );
312
313
314 @Override
315 public void endOfLife(Artifact artifact, Object context) {
316 // nothing to do here
317 }
312 } 318 }
313 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 319 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org