Uses of Class
wt.clients.util.RefreshEvent

Packages that use RefreshEvent
com.ptc.core.query.report.client.reportManager   
wt.clients.beans.lifecycle   
wt.clients.beans.query   
wt.clients.folderexplorer   
wt.clients.lifecycle.administrator   
wt.clients.prodmgmt   
wt.clients.project   
wt.clients.util   
wt.clients.workflow.definer   
 

Uses of RefreshEvent in com.ptc.core.query.report.client.reportManager
 

Methods in com.ptc.core.query.report.client.reportManager with parameters of type RefreshEvent
 void ReportManagerPanel.refreshObject(RefreshEvent evt)
           
 

Uses of RefreshEvent in wt.clients.beans.lifecycle
 

Methods in wt.clients.beans.lifecycle with parameters of type RefreshEvent
 void JITProjectPanel.UpdateRefreshListener.refreshObject(RefreshEvent evt)
          This method is invoked when the RefreshService sends an event to this refresh listener.
 

Uses of RefreshEvent in wt.clients.beans.query
 

Methods in wt.clients.beans.query with parameters of type RefreshEvent
protected  void WTQuery.handleCreateEvent(RefreshEvent evt)
          This method is for internal use only.
protected  void WTQuery.handleUpdateEvent(RefreshEvent evt)
          This method is for internal use only.
protected  void WTQuery.handleDeleteEvent(RefreshEvent evt)
          This method is for internal use only.
 void WTQuery.QueryRefreshListener.refreshObject(RefreshEvent evt)
           
 

Uses of RefreshEvent in wt.clients.folderexplorer
 

Methods in wt.clients.folderexplorer with parameters of type RefreshEvent
protected  void WindchillExplorerFrame.handleCreateEvent(RefreshEvent evt)
          Deprecated. Handles the RefreshEvent that is generated by the RefreshService when a new object is created.
protected  void WindchillExplorerFrame.handleUpdateEvent(RefreshEvent evt)
          Deprecated. Handles the RefreshEvent that is generated by the RefreshService when an object is updated.
protected  void WindchillExplorerFrame.handleDeleteEvent(RefreshEvent evt)
          Deprecated. Handles the RefreshEvent that is generated by the RefreshService when an object is deleted.
 void WindchillExplorerFrame.WindchillExplorerRefreshListener.refreshObject(RefreshEvent evt)
          Invoked when a RefreshEvent is generated by the RefreshService.
 

Uses of RefreshEvent in wt.clients.lifecycle.administrator
 

Methods in wt.clients.lifecycle.administrator with parameters of type RefreshEvent
 void ProcessTableModel.refreshObject(RefreshEvent evt)
          Implements the RefreshListener.
 

Uses of RefreshEvent in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as RefreshEvent
(package private)  RefreshEvent PartExplorer.RefreshThread.event
           
 

Methods in wt.clients.prodmgmt with parameters of type RefreshEvent
 void PieWindowList.addWindow(PartExplorerFrame pie_window, RefreshEvent evt)
           
 boolean PieWindowList.contains(RefreshEvent evt)
           
 boolean PieWindowList.WindowEntry.equals(RefreshEvent evt)
           
protected  void PartExplorer.displayCreatedConfiguration(RefreshEvent evt)
          Deprecated.  
protected  void PartExplorer.displayCreatedInstance(RefreshEvent evt)
          Deprecated.  
protected  void PartExplorer.handleCreateEvent(RefreshEvent evt)
          Deprecated.  
protected  void PartExplorer.displayCreatedObject(RefreshEvent evt)
          Deprecated.  
 void PartExplorer.ExplorerRefreshListener.refreshObject(RefreshEvent evt)
           
 

Constructors in wt.clients.prodmgmt with parameters of type RefreshEvent
PieWindowList.WindowEntry(PartExplorerFrame pie_window, RefreshEvent evt)
           
PartExplorer.RefreshThread(RefreshEvent evt)
           
 

Uses of RefreshEvent in wt.clients.project
 

Methods in wt.clients.project with parameters of type RefreshEvent
 void ProjectAdminApplet.refreshObject(RefreshEvent evt)
          Implements the RefreshListener.
 

Uses of RefreshEvent in wt.clients.util
 

Methods in wt.clients.util with parameters of type RefreshEvent
 void RefreshService.dispatchRefresh(RefreshEvent evt)
          Method used to broadcast the given RefreshEvent to registered RefreshListeners.
 void RefreshListener.refreshObject(RefreshEvent evt)
          Method refreshObject is invoked when a RefreshEvent is broadcast by the RefreshService to this RefreshListener.
 

Uses of RefreshEvent in wt.clients.workflow.definer
 

Methods in wt.clients.workflow.definer with parameters of type RefreshEvent
 void WfProxyTemplatePanel.refreshObject(RefreshEvent evt)
           
 void ProcessEditor.refreshObject(RefreshEvent evt)
          Implements the RefreshListener.