| java.lang.Object org.jasig.portal.PortalEventSource
PortalEventSource | public class PortalEventSource (Code) | | Represents the source of the PortalEvent.
author: andrew.petro@yale.edu version: $Revision: 35152 $ $Date: 2004-12-14 14:23:18 -0700 (Tue, 14 Dec 2004) $ |
Field Summary | |
final public static PortalEventSource | FRAMEWORK_GENERATED Framework-generated events, such as sessions ending and unsubscription
from channels. | final public static 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). |
Method Summary | |
public boolean | equals(Object other) Two PortalEventSources are equal if their typeNames are equal. | public String | toString() |
FRAMEWORK_GENERATED | final public static PortalEventSource FRAMEWORK_GENERATED(Code) | | Framework-generated events, such as sessions ending and unsubscription
from channels.
|
LAYOUT_GENERATED | final public static PortalEventSource LAYOUT_GENERATED(Code) | | The user layout as source of events, for example control actuation events
(button presses) and channel window manipulation events
(minimize and maximize).
|
equals | public boolean equals(Object other)(Code) | | Two PortalEventSources are equal if their typeNames are equal.
Parameters: other - an object for comparison true if other is a PortalEventSource with the same typeName. |
|
|