public interface LaundryListProvider
LaundryList
instance either on the client or the server. LaundryListProviders should
be obtained from the LaundryListProviderFactory
.Modifier and Type | Method and Description |
---|---|
LaundryList |
getLaundryList(Object ref)
Returns the laundry list for the given object, which must be an Errai Bus session.
|
LaundryList getLaundryList(Object ref)
ref
- The Errai Bus session.LaundryList
for the given session.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.