|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Both the SourceFrame and TargetFrame implement this interface. Each of these Frames handle incoming NotificationEvents by creating a new instance of the WorkerThread object. The WorkerThread object needs to be able to update the View of the SourceFrame or the TargetFrame. The WorkerThread constructor takes a NodeFrame as a parameter and hence it is able to update the view: [SourceFrame | TargetFrame]. In summary, via this interface WorkerThread can be used to handle Notification Events received by a SourceFrame or a TargetFrame
Method Summary | |
java.lang.String |
getNodeType()
Return the Node Type |
void |
updateView(java.util.Vector data)
Update the view using the Vector of data supplied |
Method Detail |
public void updateView(java.util.Vector data)
public java.lang.String getNodeType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |