Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.client.api.laundry
Interface Laundry


public interface Laundry

Represents a single cleanup task to be executed when a LaundryList is processed.

Author:
Mike Brock, Jonathan Fuerth , Christian Sadilek

Method Summary
 void clean()
          Performs whatever work is necessary in this cleanup item.
 

Method Detail

clean

void clean()
           throws Exception
Performs whatever work is necessary in this cleanup item. Exceptions thrown from this method will be logged by the framework, but will not otherwise have any effect on the cleanup process.

Throws:
Exception
See Also:
LaundryList#cleanAll()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.