Interface PluginMessageSender
- All Known Implementing Classes:
InterServerMessageSender
,LocalNetworkMessageSender
public interface PluginMessageSender
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendCreatePortal
(RealPortal realPortal) Send create portal messagevoid
sendDeletePortal
(RealPortal realPortal) Send delete portal messagevoid
sendRenameNetwork
(String newId, String oldId) Send rename network messagevoid
sendRenamePortal
(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
-