|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.PortalEventSource
@Deprecated public class PortalEventSource
Represents the source of the PortalEvent.
| 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 |
|---|
public static final PortalEventSource LAYOUT_GENERATED
public static final PortalEventSource FRAMEWORK_GENERATED
| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean equals(Object other)
equals in class Objectother - an object for comparison
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||