|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.PortalEventSource
public class PortalEventSource
Represents the source of the PortalEvent.
| Field Summary | |
|---|---|
static PortalEventSource |
FRAMEWORK_GENERATED
Framework-generated events, such as sessions ending and unsubscription from channels. |
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). |
private java.lang.String |
typeName
String representation of the type of event source. |
| Constructor Summary | |
|---|---|
private |
PortalEventSource(java.lang.String name)
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Two PortalEventSources are equal if their typeNames are equal. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PortalEventSource LAYOUT_GENERATED
public static final PortalEventSource FRAMEWORK_GENERATED
private final java.lang.String typeName
| Constructor Detail |
|---|
private PortalEventSource(java.lang.String name)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - an object for comparison
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||