Interface PluginMessageSender

All Known Implementing Classes:
InterServerMessageSender, LocalNetworkMessageSender

public interface PluginMessageSender
  • Method Details

    • sendCreatePortal

      void sendCreatePortal(RealPortal realPortal)
      Send create portal message
      Parameters:
      realPortal -

      The portal which data will be sent

    • sendDeletePortal

      void sendDeletePortal(RealPortal realPortal)
      Send delete portal message
      Parameters:
      realPortal -

      The portal which data will be deleted

    • sendRenameNetwork

      void sendRenameNetwork(String newId, String oldId)
      Send rename network message
      Parameters:
      newId -

      New id of the network

      oldId -

      Old id of the network

    • sendRenamePortal

      void sendRenamePortal(String newName, String oldName, Network network)
      Send rename portal message
      Parameters:
      newName -

      New name of the portal

      oldName -

      Old name of the portal

      network -

      The network of the portal