org.mortbay.util

Class Observed


public class Observed
extends Observable

Helpful extension to Observable. NotifyObservers will set a changed first.

Method Summary

void
notifyObservers()
void
notifyObservers(Object arg)

Method Details

notifyObservers

public void notifyObservers()

notifyObservers

public void notifyObservers(Object arg)

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.