SilverStream
Application Server 3.5

com.sssw.shr.page
Class AgpEventLinkEvent

java.lang.Object
 |
 +--java.util.EventObject
       |
       +--com.sssw.shr.page.AgpEventLinkEvent
All Implemented Interfaces:
Serializable

public class AgpEventLinkEvent
extends EventObject

Custom event for event link page controls. This interface does not add any methods to the Java EventObject interface; it merely serves as a marker interface for events fired by Event Links. When the user of a SilverStream page clicks on a Label of type Event Link, an AgpEventLinkEvent is triggered.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AgpEventLinkEvent()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgpEventLinkEvent

public AgpEventLinkEvent()

SilverStream
Application Server 3.5