Is the base class of "transport" classes, these classes are used to send custom data from client
to server using an event fired on the client and listened in the server.
Derived classes may do some kind of automatic synchronization in the server, for instance
an attribute of a client element can be transported and updated the server counterpart element.