~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal

« back to all changes in this revision

Viewing changes to mozilla/build/mobile/robocop/Actions.java.in

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-06-20 23:50:32 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120620235032-haecscdskaopvm10
Tags: upstream-1.6~b1+build1
ImportĀ upstreamĀ versionĀ 1.6~b1+build1

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    }
65
65
 
66
66
    /**
 
67
     * Sends an event to Gecko.
 
68
     * 
 
69
     * @param geckoEvent The geckoEvent JSONObject's type
 
70
     */
 
71
    void sendGeckoEvent(String geckoEvent, String data);
 
72
 
 
73
    /**
67
74
     * Listens for a gecko event to be sent from the Gecko instance.
68
75
     * The returned object can be used to test if the event has been
69
76
     * received. Note that only one event is listened for.