portal.core.api
Interface SystemDesktopStateController

All Superinterfaces:
java.io.Serializable

public interface SystemDesktopStateController
extends java.io.Serializable


Method Summary
 SystemDesktopState getCurrentState()
           
 void gotoContentState()
           
 void gotoErrorState(ErrorState errorState)
           
 void gotoLockState()
           
 

Method Detail

getCurrentState

public SystemDesktopState getCurrentState()

gotoContentState

public void gotoContentState()

gotoLockState

public void gotoLockState()

gotoErrorState

public void gotoErrorState(ErrorState errorState)