Uses of Class
org.jasig.portal.PortalEvent

Packages that use PortalEvent
org.jasig.portal   
org.jasig.portal.channels   
org.jasig.portal.channels.cusermanager   
org.jasig.portal.channels.DLMUserPreferences   
org.jasig.portal.channels.error   
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.channels.permissionsmanager   
org.jasig.portal.channels.portlet   
org.jasig.portal.channels.UserPreferences   
org.jasig.portal.channels.webproxy   
org.jasig.portal.properties Package for the PropertiesManager and its supporting classes, created as of uPortal 2.4. 
 

Uses of PortalEvent in org.jasig.portal
 

Fields in org.jasig.portal declared as PortalEvent
static PortalEvent PortalEvent.ABOUT_BUTTON
          The layout-generated event that is sent to a channel when the user actuates its about control.
static PortalEvent PortalEvent.DETACH_BUTTON
          The layout-generated event that is sent to a channel when the user actuates its detach control.
static PortalEvent PortalEvent.EDIT_BUTTON
          The layout-generated event that is sent to a channel when the user actuates its edit control.
static PortalEvent PortalEvent.HELP_BUTTON
          The layout-generated event that is sent to a channel when the user actuates its help control.
static PortalEvent PortalEvent.MAXIMIZE
          The layout-generated event that is sent to a channel when the user actuates its maximize control.
static PortalEvent PortalEvent.MINIMIZE
          The layout-generated event that is sent to a channel when the user actuates its minimize control.
static PortalEvent PortalEvent.SESSION_DONE_EVENT
          The framework-generated event that is broadcast to channels that were used for a user session which is now ending.
static PortalEvent PortalEvent.UNSUBSCRIBE_EVENT
          The framework-generated event that is sent to a channel when the user unsubscribes from that channel.
 

Methods in org.jasig.portal with parameters of type PortalEvent
 void ChannelManager.passPortalEvent(java.lang.String channelSubscribeId, PortalEvent le)
          Passes a layout-level event to a channel.
 void MultithreadedChannelAdapter.receiveEvent(PortalEvent ev)
           
 void IChannel.receiveEvent(PortalEvent ev)
          Passes an outside event to a channel.
 void MultithreadedCharacterChannelAdapter.receiveEvent(PortalEvent ev)
           
 void IMultithreadedChannel.receiveEvent(PortalEvent ev, java.lang.String uid)
          Deprecated.  
 

Uses of PortalEvent in org.jasig.portal.channels
 

Fields in org.jasig.portal.channels declared as PortalEvent
private  PortalEvent BaseMultithreadedChannel.ChannelState.portalEvent
           
 

Methods in org.jasig.portal.channels that return PortalEvent
 PortalEvent BaseMultithreadedChannel.ChannelState.getPortalEvent()
           
 

Methods in org.jasig.portal.channels with parameters of type PortalEvent
 void CError.receiveEvent(PortalEvent ev)
          Deprecated.  
 void CNumberGuess.receiveEvent(PortalEvent ev)
          Processes layout-level events coming from the portal
 void CLogin.receiveEvent(PortalEvent ev)
           
 void CTimeTitle.receiveEvent(PortalEvent ev)
           
 void CSecureInfo.receiveEvent(PortalEvent ev)
           
 void CSnoop.receiveEvent(PortalEvent ev)
          Processes layout-level events coming from the portal
 void BaseChannel.receiveEvent(PortalEvent ev)
           
 void CGenericXSLT.receiveEvent(PortalEvent ev, java.lang.String uid)
           
 void BaseMultithreadedChannel.receiveEvent(PortalEvent ev, java.lang.String uid)
          React to portal events.
 void BaseMultithreadedChannel.ChannelState.setPortalEvent(PortalEvent ev)
           
 

Uses of PortalEvent in org.jasig.portal.channels.cusermanager
 

Fields in org.jasig.portal.channels.cusermanager declared as PortalEvent
private  PortalEvent CUserManager.lastEvent
           
 

Methods in org.jasig.portal.channels.cusermanager with parameters of type PortalEvent
 void CUserManager.receiveEvent(PortalEvent ev)
          Process layout-level events coming from the portal.
 

Uses of PortalEvent in org.jasig.portal.channels.DLMUserPreferences
 

Methods in org.jasig.portal.channels.DLMUserPreferences with parameters of type PortalEvent
 void CUserPreferences.receiveEvent(PortalEvent ev)
          Processes layout-level events coming from the portal
 void BaseState.receiveEvent(PortalEvent ev)
           
 

Uses of PortalEvent in org.jasig.portal.channels.error
 

Methods in org.jasig.portal.channels.error with parameters of type PortalEvent
 void CTimeout.receiveEvent(PortalEvent ev)
           
 void CThrower.receiveEvent(PortalEvent ev)
           
 void CError.receiveEvent(PortalEvent ev)
           
 

Uses of PortalEvent in org.jasig.portal.channels.groupsmanager
 

Methods in org.jasig.portal.channels.groupsmanager with parameters of type PortalEvent
 void CGroupsManager.receiveEvent(PortalEvent ev, java.lang.String uid)
          Passes an outside event to a channel.
 

Uses of PortalEvent in org.jasig.portal.channels.permissionsmanager
 

Methods in org.jasig.portal.channels.permissionsmanager with parameters of type PortalEvent
 void CPermissionsManager.receiveEvent(PortalEvent portalEvent)
          put your documentation comment here
 

Uses of PortalEvent in org.jasig.portal.channels.portlet
 

Fields in org.jasig.portal.channels.portlet declared as PortalEvent
private  PortalEvent ChannelState.portalEvent
           
 

Methods in org.jasig.portal.channels.portlet that return PortalEvent
 PortalEvent ChannelState.getPortalEvent()
           
 

Methods in org.jasig.portal.channels.portlet with parameters of type PortalEvent
 void CPortletAdapter.receiveEvent(PortalEvent ev, java.lang.String uid)
          React to portal events.
 void ChannelState.setPortalEvent(PortalEvent ev)
           
 

Uses of PortalEvent in org.jasig.portal.channels.UserPreferences
 

Methods in org.jasig.portal.channels.UserPreferences with parameters of type PortalEvent
 void CUserPreferences.receiveEvent(PortalEvent ev)
          Processes layout-level events coming from the portal
 void BaseState.receiveEvent(PortalEvent ev)
           
 

Uses of PortalEvent in org.jasig.portal.channels.webproxy
 

Methods in org.jasig.portal.channels.webproxy with parameters of type PortalEvent
 void CWebProxy.receiveEvent(PortalEvent ev, java.lang.String uid)
          Process portal events.
 

Uses of PortalEvent in org.jasig.portal.properties
 

Methods in org.jasig.portal.properties with parameters of type PortalEvent
 void CMissingProperties.receiveEvent(PortalEvent ev)