com.levelonelabs.aim
Interface XMLizable

All Known Implementing Classes:
AIMBuddy, AIMGroup, ReminderModule, ScheduleModule

public interface XMLizable

Marks a Class as capable of being persisted to and from XML

Author:
Scott Oster

Method Summary
 void readState(org.w3c.dom.Element fullStateElement)
          Read info from the Element
 void writeState(org.w3c.dom.Element emptyStateElement)
          Write current into the Element
 

Method Detail

writeState

public void writeState(org.w3c.dom.Element emptyStateElement)
Write current into the Element

Parameters:
emptyStateElement - DOM element to write to

readState

public void readState(org.w3c.dom.Element fullStateElement)
Read info from the Element

Parameters:
fullStateElement - DOM element to read from


Copyright © 2001-2005 Java AIM Bot. All Rights Reserved.