org.noos.xing.mydoggy.plaf.persistence
Class PersistenceDelegateCallbackAdapter
java.lang.Object
org.noos.xing.mydoggy.plaf.persistence.PersistenceDelegateCallbackAdapter
- All Implemented Interfaces:
- org.noos.xing.mydoggy.PersistenceDelegateCallback
public class PersistenceDelegateCallbackAdapter
- extends Object
- implements org.noos.xing.mydoggy.PersistenceDelegateCallback
An abstract adapter class for receiving persistence events.
The methods in this class are empty. This class exists as
convenience for creating listener objects.
- Author:
- Angelo De Caro (angelo.decaro@gmail.com)
| Nested classes/interfaces inherited from interface org.noos.xing.mydoggy.PersistenceDelegateCallback |
org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode |
|
Method Summary |
org.noos.xing.mydoggy.Content |
contentNotFound(org.noos.xing.mydoggy.ToolWindowManager toolWindowManager,
String contentId,
org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode node)
|
org.noos.xing.mydoggy.ToolWindow |
toolwindowNotFound(org.noos.xing.mydoggy.ToolWindowManager toolWindowManager,
String toolWindowId,
org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode node)
|
String |
validate(org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode node,
String attribute,
String attributeValue,
Object attributeDefaultValue)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceDelegateCallbackAdapter
public PersistenceDelegateCallbackAdapter()
toolwindowNotFound
public org.noos.xing.mydoggy.ToolWindow toolwindowNotFound(org.noos.xing.mydoggy.ToolWindowManager toolWindowManager,
String toolWindowId,
org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode node)
- Specified by:
toolwindowNotFound in interface org.noos.xing.mydoggy.PersistenceDelegateCallback
contentNotFound
public org.noos.xing.mydoggy.Content contentNotFound(org.noos.xing.mydoggy.ToolWindowManager toolWindowManager,
String contentId,
org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode node)
- Specified by:
contentNotFound in interface org.noos.xing.mydoggy.PersistenceDelegateCallback
validate
public String validate(org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode node,
String attribute,
String attributeValue,
Object attributeDefaultValue)
- Specified by:
validate in interface org.noos.xing.mydoggy.PersistenceDelegateCallback
Copyright © 2012. All Rights Reserved.