org.openjena.atlas.event
Class Event

java.lang.Object
  extended by org.openjena.atlas.event.Event

public class Event
extends Object


Constructor Summary
Event(EventType label, Object argument)
           
 
Method Summary
 Object getArgument()
           
 EventType getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event(EventType label,
             Object argument)
Method Detail

getType

public EventType getType()

getArgument

public Object getArgument()


Licenced under the Apache License, Version 2.0