In a way i want to have service which listents to message from other tiles. For service to listen to message i need have mosaicApp variable using i can execute following code.mosaicApp.addMessageListener(txtNamespace.text,txtName.text,onMessage); Can i do that without inheriting Tile Class in servic...