Interface ICancelableNetworkEvent

All Superinterfaces:
INetworkEvent
All Known Implementing Classes:
NetworkElementAddEvent.Pre, NetworkElementRemoveEvent.Pre

public interface ICancelableNetworkEvent extends INetworkEvent
An event posted in the INetwork event bus.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancel this event from further processing.
    boolean
     

    Methods inherited from interface org.cyclops.integrateddynamics.api.network.event.INetworkEvent

    getNetwork
  • Method Details

    • cancel

      void cancel()
      Cancel this event from further processing.
    • isCanceled

      boolean isCanceled()
      Returns:
      If this event was canceled.