Class Notificable

java.lang.Object
org.cswteams.ms3.control.notification.Notificable
Direct Known Subclasses:
Request

public abstract class Notificable extends Object
  • Field Details

    • observer

      protected Observer observer
  • Constructor Details

    • Notificable

      protected Notificable(Observer observer)
  • Method Details

    • Notify

      protected void Notify()
    • attach

      public void attach(Observer observer)
    • getNotification

      public abstract Notification getNotification()