Interface IServerEventHandler

All Known Implementing Classes:
BaseServerEventHandler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IServerEventHandler
  • Method Details

    • handleServerEvent

      void handleServerEvent(ISFSEvent event) throws SFSException
      Handle a server side event
      Parameters:
      event - the Event
      Throws:
      SFSException
      See Also:
    • setParentExtension

      default void setParentExtension(SFSExtension ext)
      Internal
    • getParentExtension

      default SFSExtension getParentExtension()
      Obtain a reference to the parent extension.
      Returns:
      a reference to the parent extension