#include "nsISupports.idl" #include "nsIEventFilter.idl" /** * The nsIPhEventFilter defines what a message filter looks like on the Photon * Platform. */ [scriptable, uuid(2EFB5006-4508-11d3-AEDA-00A024FFC08C)] interface nsIPhEventFilter : nsIEventFilter { //XXX Place the contents of a Photon PhEvent_t struct here. //As well as other needed filtering criteria. };