scone.accesstracking2
Class EventDecoderFirefox

java.lang.Object
  extended by scone.accesstracking2.EventDecoder
      extended by scone.accesstracking2.EventDecoderFirefox

public class EventDecoderFirefox
extends EventDecoder

The methods of this class are called by AccessTrackingMeg. Every message of the meg has its own method to evaluate the received information and to create and change Access events.

This EventDecoder gets its events from a special modified version of FireFox.

Version:
1.5, 20-Aug-2004
Author:
Harald Weinreich, Hartmut Obendorf

Field Summary
protected  boolean accessEventExisted
           
protected  scone.accesstracking2.BrowserHistory bh
           
protected  int browserName
           
protected  int MAXHISTORY
           
protected  boolean showMessages
           
 
Fields inherited from class scone.accesstracking2.EventDecoder
BACK, BOOKMARK, BROWSER_FIREFOX, BROWSER_GECKO, BROWSER_IE, EXPLORER, FIREFOX, FORMSUBMIT, FRAGMENT, GECKO, HEURISTIC, LINK, NETSCAPE, NEWFRAME, NEWURL, NEWWINDOW, NEXT, OTHER, RELOAD, SELFLINK, SKIPPED
 
Constructor Summary
EventDecoderFirefox()
           
 
Method Summary
 
Methods inherited from class scone.accesstracking2.EventDecoder
printMsg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAXHISTORY

protected final int MAXHISTORY
See Also:
Constant Field Values

bh

protected scone.accesstracking2.BrowserHistory bh

browserName

protected int browserName

accessEventExisted

protected boolean accessEventExisted

showMessages

protected boolean showMessages
Constructor Detail

EventDecoderFirefox

public EventDecoderFirefox()