Interface ObjectCreationListener


public interface ObjectCreationListener
Interface for object creation notification receivers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be called when client receives information about newly created object.
  • Method Details

    • objectCreated

      void objectCreated(AbstractObject object)
      This method will be called when client receives information about newly created object.
      Parameters:
      object - object that was created