com.starbase.starteam
Class CacheAgentAdapter
java.lang.Object
|
+--com.starbase.starteam.CacheAgentAdapter
- All Implemented Interfaces:
- CacheAgentListener, java.util.EventListener
- public abstract class CacheAgentAdapter
- extends java.lang.Object
- implements CacheAgentListener
A stub implementation of the CacheAgentListener interface.
This class is provided as a convenience for easily creating listeners.
An application can extend this class and override only the methods of interest.
- See Also:
CacheAgentEvent,
CacheAgentListener,
NetMonitor#addCacheAgentListener
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheAgentAdapter
public CacheAgentAdapter()
itemReceived
public void itemReceived(CacheAgentEvent e)
- Triggered whenever an item's content is received from the cache agent.
- Specified by:
itemReceived in interface CacheAgentListener
- Parameters:
e - The cache agent event.- See Also:
CacheAgentEvent
itemMissed
public void itemMissed(CacheAgentEvent e)
- Triggered if an item's content was requested, but was not received from the cache agent.
- Specified by:
itemMissed in interface CacheAgentListener
- Parameters:
e - The cache agent event.- See Also:
CacheAgentEvent
StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.