The DisGUISE C# class library

KeyEventReporter Class

An object of this class is able to report key press events of the phone. Everytime an arbitrary key on the phone is pressed by the user, an event is triggered.

For a list of all members of this type, see KeyEventReporter Members.

System.Object
   DisGUISE.Backend.PhoneInteractor
      DisGUISE.Phone.EventReporter
         DisGUISE.Phone.KeyEventReporter

public class KeyEventReporter : EventReporter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DisGUISE.Phone

Assembly: DisGUISE (in DisGUISE.dll)

See Also

KeyEventReporter Members | DisGUISE.Phone Namespace