Uses of Class
gr.uoa.di.madgik.grs.events.BufferEvent.EventSource

Packages that use BufferEvent.EventSource
gr.uoa.di.madgik.grs.buffer   
gr.uoa.di.madgik.grs.events   
 

Uses of BufferEvent.EventSource in gr.uoa.di.madgik.grs.buffer
 

Methods in gr.uoa.di.madgik.grs.buffer with parameters of type BufferEvent.EventSource
 BufferEvent QueueBuffer.receive(BufferEvent.EventSource source)
          Receives a BufferEvent emitted by the other end of the IBuffer usage.
 BufferEvent IBuffer.receive(BufferEvent.EventSource source)
          Receives a BufferEvent emitted by the other end of the IBuffer usage.
 

Uses of BufferEvent.EventSource in gr.uoa.di.madgik.grs.events
 

Methods in gr.uoa.di.madgik.grs.events that return BufferEvent.EventSource
 BufferEvent.EventSource BufferEvent.getSource()
          Retrieves the source of the event
static BufferEvent.EventSource BufferEvent.EventSource.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BufferEvent.EventSource[] BufferEvent.EventSource.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gr.uoa.di.madgik.grs.events with parameters of type BufferEvent.EventSource
 void BufferEvent.setSource(BufferEvent.EventSource source)
          Sets the event source
 



Copyright © 2012. All Rights Reserved.