Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  nsIGeckoViewBridge.idl

  Sprache: C
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#include "nsISupports.idl"

interface mozIDOMWindowProxy;

[scriptable, uuid(e64c39b8-b8ec-477d-aef5-89d517ff9219)]
interface nsIGeckoViewEventCallback : nsISupports
{
  [implicit_jscontext]
  void onSuccess([optional] in jsval data);
  [implicit_jscontext]
  void onError([optional] in jsval data);
};

[scriptable, function, uuid(819ee2db-d3b8-46dd-a476-40f89c49133c)]
interface nsIGeckoViewEventFinalizer : nsISupports
{
  void onFinalize();
};

[scriptable, function, uuid(73569a75-78eb-4c7f-82b9-2d4f5ccf44c3)]
interface nsIGeckoViewEventListener : nsISupports
{
  void onEvent(in AString event,
               [optional] in jsval data,
               [optional] in nsIGeckoViewEventCallback callback);
};

[scriptable, builtinclass, uuid(e98bf792-4145-411e-b298-8219d9b03817)]
interface nsIGeckoViewEventDispatcher : nsISupports
{
  [implicit_jscontext]
  void dispatch(in jsval event,
                [optional] in jsval data,
                [optional] in nsIGeckoViewEventCallback callback,
                [optional] in nsIGeckoViewEventFinalizer finalizer);
  [implicit_jscontext]
  void registerListener(in nsIGeckoViewEventListener listener,
                        in jsval events);
  [implicit_jscontext]
  void unregisterListener(in nsIGeckoViewEventListener listener,
                          in jsval events);
};

[scriptable, builtinclass, uuid(60a78a94-6117-432f-9d49-304913a931c5)]
interface nsIGeckoViewView : nsIGeckoViewEventDispatcher
{
  [implicit_jscontext] readonly attribute jsval initData;
};

[scriptable, builtinclass, uuid(1beb70d3-70f3-4742-98cc-a3d301b26c0c)]
interface nsIGeckoViewBridge : nsIGeckoViewEventDispatcher
{
  nsIGeckoViewEventDispatcher getDispatcherByName(in string name);
};

Messung V0.5 in Prozent
C=95 H=96 G=95

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=738142