Class Notification.Builder<B extends Notification.Builder<B>>

Type Parameters:
B - the type of the Builder that is returned
All Implemented Interfaces:
BuilderInterface
Enclosing class:
Notification

public static class Notification.Builder<B extends Notification.Builder<B>> extends GObject.Builder<B>
Inner class implementing a builder pattern to construct a GObject with properties.
Since:
2.8
  • Constructor Details

    • Builder

      protected Builder()
      Default constructor for a Builder object.
  • Method Details