Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

demo2.gui
Class AccountListenerAdapter  view AccountListenerAdapter download AccountListenerAdapter.java

java.lang.Object
  extended bydemo2.gui.AccountListenerAdapter
All Implemented Interfaces:
demo2.AccountListener, java.io.Serializable

public class AccountListenerAdapter
extends java.lang.Object
implements demo2.AccountListener, java.io.Serializable


Field Summary
private  demo2.AccountListener listener
           
 
Constructor Summary
AccountListenerAdapter(demo2.AccountListener listener)
           
 
Method Summary
 void accountChanged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listener

private transient demo2.AccountListener listener
Constructor Detail

AccountListenerAdapter

public AccountListenerAdapter(demo2.AccountListener listener)
Method Detail

accountChanged

public void accountChanged()
Specified by:
accountChanged in interface demo2.AccountListener