| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsBroadcastMessage> |
CmsCoreService.getBroadcast() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsBroadcastMessage> |
I_CmsCoreService.getBroadcast()
Returns the latest messages for the current user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsCoreServiceAsync.getBroadcast(com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsBroadcastMessage>> callback)
Returns the latest messages for the current user.
|