org.objectweb.jac.aspects.gui
Class Event

java.lang.Object
  |
  +--org.objectweb.jac.aspects.gui.Event
Direct Known Subclasses:
SubstanceEvent

public class Event
extends Object

Base class for GUI events


Constructor Summary
Event(View source)
           
 
Method Summary
 View getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event(View source)
Method Detail

getSource

public View getSource()