#include <clientlib.h>
Inherits client::EventInit.
◆ get_key()
String* client::StorageEventInit::get_key |
( |
| ) |
|
◆ get_newValue()
String* client::StorageEventInit::get_newValue |
( |
| ) |
|
◆ get_oldValue()
String* client::StorageEventInit::get_oldValue |
( |
| ) |
|
◆ get_storageArea()
Storage* client::StorageEventInit::get_storageArea |
( |
| ) |
|
◆ get_url()
String* client::StorageEventInit::get_url |
( |
| ) |
|
◆ set_key()
void client::StorageEventInit::set_key |
( |
const String & |
| ) |
|
◆ set_newValue()
void client::StorageEventInit::set_newValue |
( |
const String & |
| ) |
|
◆ set_oldValue()
void client::StorageEventInit::set_oldValue |
( |
const String & |
| ) |
|
◆ set_storageArea()
void client::StorageEventInit::set_storageArea |
( |
Storage * |
| ) |
|
◆ set_url()
void client::StorageEventInit::set_url |
( |
const String & |
| ) |
|