org.perfectjpattern.core.api.behavioral.observer
Interface IParameterlessSubject

All Superinterfaces:
ISubject<NullEventData>
All Known Implementing Classes:
ParameterlessSubject

public interface IParameterlessSubject
extends ISubject<NullEventData>

ISubject whose event is not associated with any IEventData

Version:
$Revision: 1.0 $Date: Feb 14, 2009 12:23:13 PM $
Author:
Giovanni Azua
 

Method Summary
 void notifyObservers()
          Notifies all subscribed IObserver instances without the need to provide any IEventData
 
Methods inherited from interface org.perfectjpattern.core.api.behavioral.observer.ISubject
attach, clear, detach, notifyObservers, size
 

Method Detail

notifyObservers

void notifyObservers()
Notifies all subscribed IObserver instances without the need to provide any IEventData



Copyright © 2007-2009. All Rights Reserved.