Uses of Class
org.openjena.atlas.event.EventType

Packages that use EventType
org.openjena.atlas.event   
org.openjena.riot   
 

Uses of EventType in org.openjena.atlas.event
 

Methods in org.openjena.atlas.event that return EventType
 EventType Event.getType()
           
 

Methods in org.openjena.atlas.event with parameters of type EventType
static void EventManager.register(Object object, EventType type, EventListener listener)
           
static void EventManager.unregister(Object object, EventType type, EventListener listener)
          Unregister a listener for events
 

Constructors in org.openjena.atlas.event with parameters of type EventType
Event(EventType label, Object argument)
           
 

Uses of EventType in org.openjena.riot
 

Fields in org.openjena.riot declared as EventType
static EventType SysRIOT.finishRead
           
static EventType SysRIOT.startRead
           
 



Licenced under the Apache License, Version 2.0