Errai 3.0.1-SNAPSHOT

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


public interface LaundryListProvider

The means of obtaining a LaundryList instance either on the client or the server. LaundryListProviders should be obtained from the LaundryListProviderFactory.

Author:
Mike Brock, Jonathan Fuerth , Christian Sadilek

Method Summary
 LaundryList getLaundryList(Object ref)
          Returns the laundry list for the given object, which must be an Errai Bus session.
 

Method Detail

getLaundryList

LaundryList getLaundryList(Object ref)
Returns the laundry list for the given object, which must be an Errai Bus session.

Parameters:
ref - The Errai Bus session.
Returns:
The LaundryList for the given session.

Errai 3.0.1-SNAPSHOT

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