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
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.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.