1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[229914] Implement Update Policy support for Memory View

This commit is contained in:
Ted Williams 2008-05-02 05:38:15 +00:00
parent e30768e578
commit 5ca73b2a53

View file

@ -12,6 +12,10 @@
package org.eclipse.dd.dsf.debug.memory;
/*
* This interface is EXPERIMENTAL.
*/
public interface IMemoryBlockUpdatePolicy
{
public String[] getUpdatePolicies();