|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.iplanet.jato.view.event.ViewRequestInvocationEvent
Provides notification of a client request invocation. This provides detailed information about the request source and access to the RequestContext. The request source may often be (but is not limited to) a CommandField.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ViewRequestInvocationEvent(java.lang.Object source,
RequestContext requestContext,
java.lang.String childName,
java.lang.String qualifiedChildName)
Creates a ViewRequestInvocationEvent object |
|
ViewRequestInvocationEvent(java.lang.Object source,
RequestContext requestContext,
java.lang.String childName,
java.lang.String qualifiedChildName,
int imageX,
int imageY)
Creates a ViewRequestInvocationEvent object |
|
ViewRequestInvocationEvent(java.lang.Object source,
RequestContext requestContext,
ViewInvocation invocation)
Creates a ViewRequestInvocationEvent object |
Method Summary | |
java.lang.String |
getChildName()
Returns the unqualified name of the child View associated with the request invocation. |
int |
getImageXCoordinate()
Returns the X coordinate of the invoking image. |
int |
getImageYCoordinate()
Returns the Y coordinate of the invoking image. |
java.lang.String |
getQualifiedChildName()
Returns the qualified name of the child View associated with the request invocation. |
RequestContext |
getRequestContext()
Returns the RequestContext. |
boolean |
hasImageCoordinates()
Tests whether the request inovcation provided X and Y image coordinates. |
java.lang.String |
toString()
Returns a String representation of this ViewRequestInvocationEvent. |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ViewRequestInvocationEvent(java.lang.Object source, RequestContext requestContext, ViewInvocation invocation)
ViewRequestInvocationEvent
objectsource
- The request source.requestContext
- The RequestContext.invocation
- The ViewInvocation.public ViewRequestInvocationEvent(java.lang.Object source, RequestContext requestContext, java.lang.String childName, java.lang.String qualifiedChildName)
ViewRequestInvocationEvent
objectsource
- The request source.requestContext
- The RequestContext.childName
- The unqualified name of the child View associated with the request invocation.qualifiedChildName
- The fully qualified name of the child View associated with the request invocation.public ViewRequestInvocationEvent(java.lang.Object source, RequestContext requestContext, java.lang.String childName, java.lang.String qualifiedChildName, int imageX, int imageY)
ViewRequestInvocationEvent
objectsource
- The request source.requestContext
- The RequestContext.childName
- The unqualified name of the child View associated with the request invocation.qualifiedChildName
- The fully qualified name of the child View associated with the request invocation.imageX
- The X coordinate value of the image which triggerd the request.imageY
- The Y coordinate value of the image which triggerd the request.Method Detail |
public java.lang.String toString()
toString
in class java.util.EventObject
public RequestContext getRequestContext()
getRequestContext
in interface RequestInvocationEvent
public java.lang.String getChildName()
public java.lang.String getQualifiedChildName()
public boolean hasImageCoordinates()
public int getImageXCoordinate()
public int getImageYCoordinate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |