Uses of Interface
nl.gx.webmanager.services.event.Event

Packages that use Event
nl.gx.webmanager.contentapi.event   
nl.gx.webmanager.services.event   
nl.gx.webmanager.services.seo.eventhandler   
 

Uses of Event in nl.gx.webmanager.contentapi.event
 

Classes in nl.gx.webmanager.contentapi.event that implement Event
 class ElementEvent
          This class represents an element event posted by the element service to allow all subscribers to this event to do something with that information.
 class MediaItemEvent
          This class represents a media item event posted by the media repository service to allow all subscribers to this event to do something with that information.
 class MediaItemVersionEvent
          This class represents a media item version event posted by the media repository service to allow all subscribers to this event to do something with that information.
 class PageEvent
          This class represents a page event posted by the page service to allow all subscribers to this event to do something with that information.
 class PageModelEvent
           
 class PageVersionEvent
           
 

Uses of Event in nl.gx.webmanager.services.event
 

Subinterfaces of Event in nl.gx.webmanager.services.event
 interface EntityEvent
          Events specific to CRUD operations.
 

Methods in nl.gx.webmanager.services.event that return Event
 Event EventHandlerException.getEvent()
           
 

Methods in nl.gx.webmanager.services.event with parameters of type Event
 void EventHandler.onEvent(Event event)
          React on event notification.
 void EventManagerService.publish(Event event)
          Publishes an event to the framework.
 

Constructors in nl.gx.webmanager.services.event with parameters of type Event
EventHandlerException(java.lang.String message, Event event)
           
EventHandlerException(java.lang.String message, java.lang.Throwable cause, Event event)
           
 

Uses of Event in nl.gx.webmanager.services.seo.eventhandler
 

Methods in nl.gx.webmanager.services.seo.eventhandler with parameters of type Event
 void FriendlyURLEventHandler.onEvent(Event event)
          React on event notification.
 



Copyright © 2007-2011 GX Software BV. All Rights Reserved.