|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.PortalEvent
@Deprecated public class PortalEvent
Events which may be arguments to the IChannel receiveEvent() method.
| Field Summary | |
|---|---|
static PortalEvent |
ABOUT_BUTTON
Deprecated. The layout-generated event that is sent to a channel when the user actuates its about control. |
static int |
ABOUT_BUTTON_EVENT
Deprecated. |
static PortalEvent |
DETACH_BUTTON
Deprecated. The layout-generated event that is sent to a channel when the user actuates its detach control. |
static int |
DETACH_BUTTON_EVENT
Deprecated. |
static PortalEvent |
EDIT_BUTTON
Deprecated. The layout-generated event that is sent to a channel when the user actuates its edit control. |
static int |
EDIT_BUTTON_EVENT
Deprecated. |
static PortalEvent |
HELP_BUTTON
Deprecated. The layout-generated event that is sent to a channel when the user actuates its help control. |
static int |
HELP_BUTTON_EVENT
Deprecated. |
static PortalEvent |
MAXIMIZE
Deprecated. The layout-generated event that is sent to a channel when the user actuates its maximize control. |
static int |
MAXIMIZE_EVENT
Deprecated. |
static PortalEvent |
MINIMIZE
Deprecated. The layout-generated event that is sent to a channel when the user actuates its minimize control. |
static int |
MINIMIZE_EVENT
Deprecated. |
static PortalEvent |
NORMAL
Deprecated. The layout-generated event that is sent to a channel when the user actuates its maximize control. |
static int |
NORMAL_EVENT
Deprecated. |
static int |
SESSION_DONE
Deprecated. |
static PortalEvent |
SESSION_DONE_EVENT
Deprecated. The framework-generated event that is broadcast to channels that were used for a user session which is now ending. |
static int |
UNSUBSCRIBE
Deprecated. |
static PortalEvent |
UNSUBSCRIBE_EVENT
Deprecated. The framework-generated event that is sent to a channel when the user unsubscribes from that channel. |
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Deprecated. Two PortalEvents are equal if they have the same eventNumber. |
String |
getEventName()
Deprecated. Get a String representing this event. |
int |
getEventNumber()
Deprecated. Get an integer representing this event. |
PortalEventSource |
getSource()
Deprecated. Get the source type of this event. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int SESSION_DONE
public static final int UNSUBSCRIBE
public static final int EDIT_BUTTON_EVENT
public static final int HELP_BUTTON_EVENT
public static final int ABOUT_BUTTON_EVENT
public static final int DETACH_BUTTON_EVENT
public static final int MINIMIZE_EVENT
public static final int MAXIMIZE_EVENT
public static final int NORMAL_EVENT
public static final PortalEvent SESSION_DONE_EVENT
public static final PortalEvent UNSUBSCRIBE_EVENT
public static final PortalEvent EDIT_BUTTON
public static final PortalEvent HELP_BUTTON
public static final PortalEvent ABOUT_BUTTON
public static final PortalEvent DETACH_BUTTON
public static final PortalEvent MINIMIZE
public static final PortalEvent NORMAL
public static final PortalEvent MAXIMIZE
| Method Detail |
|---|
public String getEventName()
public int getEventNumber()
public PortalEventSource getSource()
public boolean equals(Object other)
equals in class Objectother - - another object
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||