Uses of Class
scone.simpleAccesstracking.FrameHistory

Packages that use FrameHistory
scone.simpleAccesstracking Scone is able to trace the actions of a user when using a Web browser.  
 

Uses of FrameHistory in scone.simpleAccesstracking
 

Methods in scone.simpleAccesstracking that return FrameHistory
 FrameHistory BrowserHistory.getHistory(java.lang.Object key)
          returns a FrameHistory
 

Methods in scone.simpleAccesstracking with parameters of type FrameHistory
 void BrowserHistory.putHistory(java.lang.Object key, FrameHistory frameHistory)