Interface PluginMessageSender
- All Known Implementing Classes:
InterServerMessageSender,LocalNetworkMessageSender
public interface PluginMessageSender
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendCreatePortal(RealPortal realPortal) Send create portal messagevoidsendDeletePortal(RealPortal realPortal) Send delete portal messagevoidsendRenameNetwork(String newId, String oldId) Send rename network messagevoidsendRenamePortal(String newName, String oldName, Network network) Send rename portal message
-
Method Details
-
sendCreatePortal
Send create portal message- Parameters:
realPortal-The portal which data will be sent
-
sendDeletePortal
Send delete portal message- Parameters:
realPortal-The portal which data will be deleted
-
sendRenameNetwork
Send rename network message- Parameters:
newId-New id of the network
oldId-Old id of the network
-
sendRenamePortal
Send rename portal message- Parameters:
newName-New name of the portal
oldName-Old name of the portal
network-The network of the portal
-