javamath.util.mathgui
Class PermutationInput.Notifier

java.lang.Object
  |
  +--java.util.Observable
        |
        +--javamath.util.mathgui.PermutationInput.Notifier
Enclosing class:
PermutationInput

public class PermutationInput.Notifier
extends java.util.Observable

this is how we communicate with the outside world


Constructor Summary
PermutationInput.Notifier()
           
 
Method Summary
 void sendPermutation(Permutation pmap)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermutationInput.Notifier

public PermutationInput.Notifier()
Method Detail

sendPermutation

public void sendPermutation(Permutation pmap)