TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.trace.ui
Interface IDeleteListener

All Known Implementing Classes:
FilterTraceViewer, TraceViewer

public interface IDeleteListener

A delete event listener registers with the profile plug-in to receive delete event notifications for the top hierarchy objects.

Clients may implement this interface.


Method Summary
 void deregister(java.lang.Object obj)
          Invoked when a top hierarchy object is deleted from the model.
 

Method Detail

deregister

void deregister(java.lang.Object obj)
Invoked when a top hierarchy object is deleted from the model.


TPTP 4.6.0 Platform Project
Public API Specification