This extension point allows listeners to be added to the P4Workspace class. Added listeners will be notified of events that occur from user-initiated actions inside P4ECLIPSE. The events will contain the type of action performed and the affected resources. Listener class that must implement com.perforce.team.core.p4java.IP4Listener This extension point was added in the 2008.2 P4-ECLIPSE release <pre> <extension point="com.perforce.team.core.workspace"> <listener class="com.my.xzy.MyWorkspaceListener" /> </extension> </pre> The above code registers the MyWorkspaceListener class as a listener on the P4Workspace singleton