org.jasig.portal
Class PortalEventSource

java.lang.Object
  extended by org.jasig.portal.PortalEventSource

Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release

@Deprecated
public class PortalEventSource
extends Object

Represents the source of the PortalEvent.

Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
Author:
andrew.petro@yale.edu

Field Summary
static PortalEventSource FRAMEWORK_GENERATED
          Deprecated. Framework-generated events, such as sessions ending and unsubscription from channels.
static PortalEventSource LAYOUT_GENERATED
          Deprecated. The user layout as source of events, for example control actuation events (button presses) and channel window manipulation events (minimize and maximize).
 
Method Summary
 boolean equals(Object other)
          Deprecated. Two PortalEventSources are equal if their typeNames are equal.
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LAYOUT_GENERATED

public static final PortalEventSource LAYOUT_GENERATED
Deprecated. 
The user layout as source of events, for example control actuation events (button presses) and channel window manipulation events (minimize and maximize).


FRAMEWORK_GENERATED

public static final PortalEventSource FRAMEWORK_GENERATED
Deprecated. 
Framework-generated events, such as sessions ending and unsubscription from channels.

Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Deprecated. 
Two PortalEventSources are equal if their typeNames are equal.

Overrides:
equals in class Object
Parameters:
other - an object for comparison
Returns:
true if other is a PortalEventSource with the same typeName.


Copyright © 2010 Jasig. All Rights Reserved.