webengine/osswebengine/WebCore/bindings/js/kjs_events.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
    39     class JSAbstractEventListener : public EventListener {
    39     class JSAbstractEventListener : public EventListener {
    40     public:
    40     public:
    41         JSAbstractEventListener(bool html = false);
    41         JSAbstractEventListener(bool html = false);
    42 
    42 
    43         virtual void handleEvent(Event*, bool isWindowEvent);
    43         virtual void handleEvent(Event*, bool isWindowEvent);
       
    44         virtual void handleNetworkStateEvent(int param);
    44         virtual bool isHTMLEventListener() const;
    45         virtual bool isHTMLEventListener() const;
    45         virtual KJS::JSObject* listenerObj() const = 0;
    46         virtual KJS::JSObject* listenerObj() const = 0;
    46         virtual KJS::Window* windowObj() const = 0;
    47         virtual KJS::Window* windowObj() const = 0;
    47 
    48 
    48     private:
    49     private: