|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LayoutModel
A LayoutModel maintains information about the configuration of a host or cache layout.
| Method Summary | |
|---|---|
void |
addLayoutListener(LayoutListener listener)
Add a layout model listener. |
String |
getClassname()
Return a possibly null classname. |
String |
getID()
Return the immutable model identifier. |
String |
getTitle()
Returns the title of the layout model. |
void |
removeLayoutListener(LayoutListener listener)
Remove a layout model listener from the model. |
| Methods inherited from interface net.dpml.transit.model.CodeBaseModel |
|---|
addCodeBaseListener, getCodeBaseURI, getParameters, removeCodeBaseListener |
| Method Detail |
|---|
String getID()
throws RemoteException
RemoteException - if a remote exception occurs
String getClassname()
throws RemoteException
RemoteException - if a remote exception occurs
String getTitle()
throws RemoteException
RemoteException - if a remote exception occurs
void addLayoutListener(LayoutListener listener)
throws RemoteException
listener - the listener to add
RemoteException - if a remote exception occurs
void removeLayoutListener(LayoutListener listener)
throws RemoteException
listener - the listener to remove
RemoteException - if a remote exception occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||