|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HostListener
The HostListener is an interface implmented by resource host implementation. The interface declares host change notification methods that is invoked by a host model following one or more changes to the host configuration.
| Method Summary | |
|---|---|
void |
hostChanged(HostChangeEvent event)
Notify a consumer of an aggregated set of changes concerning the base url, index, request identifier and/or authentication. |
void |
layoutChanged(HostLayoutEvent event)
Notify a consumer of a change to the host layout. |
void |
nameChanged(HostNameEvent event)
Notify a consumer of the change to the host name. |
void |
priorityChanged(HostPriorityEvent event)
Notify a consumer of a change to the host priority. |
| Method Detail |
|---|
void nameChanged(HostNameEvent event)
throws RemoteException
event - the host name change event
RemoteException - if a remote exception occurs
void hostChanged(HostChangeEvent event)
throws RemoteException
event - the host change event
RemoteException - if a remote exception occurs
void priorityChanged(HostPriorityEvent event)
throws RemoteException
event - the host priority event
RemoteException - if a remote exception occurs
void layoutChanged(HostLayoutEvent event)
throws RemoteException
event - the host layout change event
RemoteException - if a remote exception occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||