Package org.webswing.toolkit.api.url
Interface WebswingUrlStateChangeEvent
-
public interface WebswingUrlStateChangeEventEvent representing change of Url in browser.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFullUrl()WebswingUrlStategetOldState()WebswingUrlStategetState()
-
-
-
Method Detail
-
getFullUrl
String getFullUrl()
- Returns:
- the new url in full form
-
getState
WebswingUrlState getState()
- Returns:
- URL state parsed from the hash fragmet part of URL
-
getOldState
WebswingUrlState getOldState()
- Returns:
- Previous Url state
-
-