public override void processEvent(Event @event)
			{
				// Log the event and display a warning message (later)
				Log.e(outerInstance.TAG, @event.Type);
				// TODO: throw up a stock Android warning widget.
			}
 public override void processEvent(Event @event)
 {
     // Log the event and display a warning message (later)
     Log.e(outerInstance.TAG, @event.Type);
     // TODO: throw up a stock Android warning widget.
 }