Package org.graffiti.managers
Interface IOManager.IOManagerListener
- All Known Implementing Classes:
MainFrame
- Enclosing interface:
- IOManager
public static interface IOManager.IOManagerListener
Interfaces an io manager listener.
- Version:
- $Revision: 1.9.4.1.2.1 $
-
Method Summary
Modifier and Type Method Description voidinputSerializerAdded(InputSerializer is)Called, if an input serializer is added to the io manager.voidoutputSerializerAdded(OutputSerializer os)Called, if an output serializer ist added to the io manager.
-
Method Details
-
inputSerializerAdded
Called, if an input serializer is added to the io manager.- Parameters:
is- the input serializer, which was added to the manager.
-
outputSerializerAdded
Called, if an output serializer ist added to the io manager.- Parameters:
os- the output serializer, which was added to the manager.
-