Interface ICallBackNotifier

All Superinterfaces:
IUpdateNotifier

public interface ICallBackNotifier extends IUpdateNotifier
This interface adds the callback ability to the existing IUpdateNotifer interface, any listener who want to perform a callback must implement this instead of the original IUpdateNotifer.
  • Method Details

    • callback

      void callback(Object event, Object source, CallBackValue value)
      Invokes the callBack.
      Parameters:
      event - CallBack event object.
      source - CallBack source object.
      value - CallBack value.