org.jasig.portal
Class PortalEvent
java.lang.Object
org.jasig.portal.PortalEvent
- public class PortalEvent
- extends java.lang.Object
Signifies an event generated at the Layout level that is passed on to a channel.
Current event types are :
- editButtonEvent - occurs when an edit button on the channel frame has been hit
- helpButtonEvent - occurs when a help button on the channel frame has been hit
- aboutButtonEvent - occurs when an about button on the channel frame has been hit
- detachButtonEvent - occurs when a detach button on the channel frame has been hit
- renderingDone - occurs at the end of each rendering cycle
- sessionDone - signlas channel that current session is beign terminated
- unsubscribe - signlas channel that the user has unsubscribed the channel
- Version:
- $Revision: 1.5 $
- Author:
- Peter Kharchenko
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RENDERING_DONE
public static final int RENDERING_DONE
- See Also:
- Constant Field Values
SESSION_DONE
public static final int SESSION_DONE
- See Also:
- Constant Field Values
UNSUBSCRIBE
public static final int UNSUBSCRIBE
- See Also:
- Constant Field Values
EDIT_BUTTON_EVENT
public static final int EDIT_BUTTON_EVENT
- See Also:
- Constant Field Values
HELP_BUTTON_EVENT
public static final int HELP_BUTTON_EVENT
- See Also:
- Constant Field Values
ABOUT_BUTTON_EVENT
public static final int ABOUT_BUTTON_EVENT
- See Also:
- Constant Field Values
DETACH_BUTTON_EVENT
public static final int DETACH_BUTTON_EVENT
- See Also:
- Constant Field Values
PortalEvent
public PortalEvent(int ev)
getEventName
public java.lang.String getEventName()
getEventNumber
public int getEventNumber()