class MAknMfneCommandObserver |
Interface for giving commands to MFNE editors from the owning controls. This interface was added to forward touch command button events to MFNE editors. The interface can be extended later by adding more commands to TMfneCommand enum if needed.
eikctl.lib Series 60 3.0
Public Member Functions | |
---|---|
void | HandleMfneCommandL(TInt) |
Public Member Enumerations | |
---|---|
enum | TMfneCommand { EMfneIncrementCurrentFieldValue, EMfneDecrementCurrentFieldValue } |
void | HandleMfneCommandL | ( | TInt | aCommand | ) | [pure virtual] |
Interface function allowing other classes to give commands to MFNE editors. The commands are defined in TMfneCommand enum.
Series 60 5.0
TInt aCommand | Command defined in TMfneCommand |