de.dante.extex.interpreter.context.observer.group
Interface AfterGroupObserver

All Known Implementing Classes:
AfterGroupObserverList, SwitchObserver

public interface AfterGroupObserver

This interface describes the ability to receive a notification just after a group has been closed.

Version:
$Revision: 1.2 $
Author:
Gerd Neugebauer

Method Summary
 void update()
          This method is meant to be invoked just after a group has been closed.
 

Method Detail

update

public void update()
This method is meant to be invoked just after a group has been closed.