org.olat.core.gui.control.state
Interface GUIPath

All Known Implementing Classes:
GUIPathImpl

public interface GUIPath

Author:
Felix Jost, http://www.goodsolutions.ch

Method Summary
 void addStateInfo(ExtendedControllerState extstate)
           
 ExtendedControllerState getExtendedControllerStateAt(int pos)
           
 int getExtendedControllerStateCount()
           
 boolean isSame(GUIPath latestGP)
           
 

Method Detail

addStateInfo

void addStateInfo(ExtendedControllerState extstate)

isSame

boolean isSame(GUIPath latestGP)
Parameters:
latestGP -
Returns:

getExtendedControllerStateCount

int getExtendedControllerStateCount()

getExtendedControllerStateAt

ExtendedControllerState getExtendedControllerStateAt(int pos)