org.eclipse.core.internal.resources
Class InternalTeamHook

java.lang.Object
  extended by org.eclipse.core.internal.resources.InternalTeamHook
Direct Known Subclasses:
TeamHook

public class InternalTeamHook
extends java.lang.Object

The internal abstract superclass of all TeamHook implementations. This superclass provides access to internal non-API methods that are not available from the API package. Plugin developers should not subclass this class.

See Also:
TeamHook

Constructor Summary
InternalTeamHook()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalTeamHook

public InternalTeamHook()