Uses of Class
dev.webfx.platform.windowhistory.spi.impl.BrowsingHistoryLocationImpl
Packages that use BrowsingHistoryLocationImpl
-
Uses of BrowsingHistoryLocationImpl in dev.webfx.platform.windowhistory.spi.impl
Fields in dev.webfx.platform.windowhistory.spi.impl with type parameters of type BrowsingHistoryLocationImplModifier and TypeFieldDescriptionprotected final Stack<BrowsingHistoryLocationImpl>MemoryBrowsingHistory.locationStackMethods in dev.webfx.platform.windowhistory.spi.impl that return BrowsingHistoryLocationImplModifier and TypeMethodDescriptionBrowsingHistoryBase.createHistoryLocation(PathStateLocation pathStateLocation, BrowsingHistoryEvent event) MemoryBrowsingHistory.getCurrentLocation()Methods in dev.webfx.platform.windowhistory.spi.impl that return types with arguments of type BrowsingHistoryLocationImplModifier and TypeMethodDescriptionprotected Future<BrowsingHistoryLocationImpl>BrowsingHistoryBase.checkBeforeThenTransit(PathStateLocation location, BrowsingHistoryEvent event) protected Future<BrowsingHistoryLocationImpl>BrowsingHistoryBase.checkBeforeUnloadThenCheckBeforeThenTransit(PathStateLocation location, BrowsingHistoryEvent event) Methods in dev.webfx.platform.windowhistory.spi.impl with parameters of type BrowsingHistoryLocationImplModifier and TypeMethodDescriptionprotected voidBrowsingHistoryBase.doAcceptedPop(BrowsingHistoryLocationImpl historyLocation) protected abstract voidBrowsingHistoryBase.doAcceptedPush(BrowsingHistoryLocationImpl historyLocation) protected voidMemoryBrowsingHistory.doAcceptedPush(BrowsingHistoryLocationImpl historyLocation) protected voidSubBrowsingHistory.doAcceptedPush(BrowsingHistoryLocationImpl historyLocation) protected abstract voidBrowsingHistoryBase.doAcceptedReplace(BrowsingHistoryLocationImpl historyLocation) protected voidMemoryBrowsingHistory.doAcceptedReplace(BrowsingHistoryLocationImpl historyLocation) protected voidSubBrowsingHistory.doAcceptedReplace(BrowsingHistoryLocationImpl historyLocation) protected voidBrowsingHistoryBase.transit(BrowsingHistoryLocationImpl newHistoryLocation)