Uses of Class
org.jasig.portal.PortalEventSource

Packages that use PortalEventSource
org.jasig.portal   
 

Uses of PortalEventSource in org.jasig.portal
 

Fields in org.jasig.portal declared as PortalEventSource
static PortalEventSource PortalEventSource.FRAMEWORK_GENERATED
          Framework-generated events, such as sessions ending and unsubscription from channels.
static PortalEventSource PortalEventSource.LAYOUT_GENERATED
          The user layout as source of events, for example control actuation events (button presses) and channel window manipulation events (minimize and maximize).
private  PortalEventSource PortalEvent.source
          Source of the event -- curently either FRAMEWORK or LAYOUT.
 

Methods in org.jasig.portal that return PortalEventSource
 PortalEventSource PortalEvent.getSource()
          Get the source type of this event.
 

Constructors in org.jasig.portal with parameters of type PortalEventSource
PortalEvent(int eventNumber, java.lang.String eventName, PortalEventSource source)
          Construct a PortalEvent instance from parameters.