public class ClearContentRegistry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
ClearContentRegistry.ClearContentListener |
Modifier and Type | Method and Description |
---|---|
static ClearContentRegistry |
getInstance()
Obtain the instance of the registry for the clear content call.
|
void |
registerListener(ClearContentRegistry.ClearContentListener ccl)
Register a clear content listener with the registry.
|
void |
unregisterListener(ClearContentRegistry.ClearContentListener ccl)
Unregister a clear content listener with the registry.
|
public static ClearContentRegistry getInstance()
public void registerListener(ClearContentRegistry.ClearContentListener ccl)
ccl
- the clear content listenerpublic void unregisterListener(ClearContentRegistry.ClearContentListener ccl)
ccl
- the clear content listener