Class CustomNotificationConnector

Object
AbstractConnector
AbstractExtensionConnector
CustomNotificationConnector
All Implemented Interfaces:
CustomNotificationClientRpc, EventHandler, StateChangeEvent.StateChangeHandler, ServerConnector, ClientRpc, Connector, Serializable

public class CustomNotificationConnector extends AbstractExtensionConnector implements CustomNotificationClientRpc
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    extend(ServerConnector target)
     
    void
     
    void
    setParent(ServerConnector parent)
     
    void
     

    Methods inherited from class AbstractConnector

    addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getState, getStateType, getTag, hasEventListener, init, isEnabled, onStateChanged, onUnregister, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setTag, unregisterRpc, updateEnabledState

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomNotificationConnector

      public CustomNotificationConnector()
  • Method Details

    • extend

      protected void extend(ServerConnector target)
      Specified by:
      extend in class AbstractExtensionConnector
    • setParent

      public void setParent(ServerConnector parent)
      Specified by:
      setParent in interface ServerConnector
      Overrides:
      setParent in class AbstractExtensionConnector
    • showNotification

      public void showNotification(CustomNotification n)
      Specified by:
      showNotification in interface CustomNotificationClientRpc
    • hideNotification

      public void hideNotification(Integer id)
      Specified by:
      hideNotification in interface CustomNotificationClientRpc