|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGWTApplication.client.UpdateFaultSubscriptionListener
class UpdateFaultSubscriptionListener
This class is a listener class which is called when the user clicks upon the Update link at the top of the main display and results in a dialog window being displayed in which the user can modify the list of faults which he is subscribed to
Field Summary | |
---|---|
private ModifyFaultSubscriptionListDialog |
modifyFaultSubscriptionListDialog
This is the dialog window in which the user will change the list of faults which he has subscribed to |
private FaultServiceAsync |
svc
This is the service which will be used to access the servlet which is running in the tomcat container |
private AuthenticationDetails |
UserAuthentication
The authentication details of the user |
Constructor Summary | |
---|---|
UpdateFaultSubscriptionListener(AuthenticationDetails UserAuthentication)
Constructor |
Method Summary | |
---|---|
void |
onClick(com.google.gwt.user.client.ui.Widget sender)
This is called when the user clicks on the hyperlink which allows the user to update his list of subscribed faults. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ModifyFaultSubscriptionListDialog modifyFaultSubscriptionListDialog
private AuthenticationDetails UserAuthentication
private final FaultServiceAsync svc
Constructor Detail |
---|
UpdateFaultSubscriptionListener(AuthenticationDetails UserAuthentication)
UserAuthentication
- This is the details of the users
authentication.Method Detail |
---|
public void onClick(com.google.gwt.user.client.ui.Widget sender)
ModifyFaultSubscriptionListDialog
).
onClick
in interface com.google.gwt.user.client.ui.ClickListener
sender
- This is the widget that raised this event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |